Add netlify.toml
This commit is contained in:
parent
747163b5d4
commit
9c4b72f6cb
1 changed files with 8 additions and 0 deletions
8
netlify.toml
Normal file
8
netlify.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Global settings applied to the whole site.
|
||||
#
|
||||
# “publish” is the directory to publish (relative to root of your repo),
|
||||
# “command” is your build command
|
||||
|
||||
[build]
|
||||
publish = "build"
|
||||
command = "npm run build"
|
||||
Loading…
Add table
Reference in a new issue