Skip to content

Commit

Permalink
Merge pull request #6 from khattaksd/main
Browse files Browse the repository at this point in the history
Update netlify.toml
  • Loading branch information
ixartz committed Aug 10, 2022
2 parents 63990f7 + 6774dbf commit 640a8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ to see your project.
You can create an optimized production build with:

```shell
npm run build-prod
npm run build
```

Now, your blog is ready to be deployed. All generated files are located at
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
publish = "dist"
command = "npm run build-prod"
command = "npm run build"

0 comments on commit 640a8a7

Please sign in to comment.