edits toml and runs init
This commit is contained in:
parent
131835a28a
commit
f590324315
3
.gitignore
vendored
3
.gitignore
vendored
@ -88,3 +88,6 @@ sw.*
|
|||||||
|
|
||||||
# Vim swap files
|
# Vim swap files
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# Local Netlify folder
|
||||||
|
.netlify
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## This is the configuration file for Netlify
|
## This is the configuration file for Netlify
|
||||||
## https://docs.netlify.com/configure-builds/file-based-configuration/
|
## https://docs.netlify.com/configure-builds/file-based-configuration/
|
||||||
|
|
||||||
[[build]]
|
[build]
|
||||||
command = "npm run generate" # how to build your project
|
command = "npm run generate" # how to build your project
|
||||||
functions = "netlify/functions" # where Netlify Functions live
|
functions = "netlify/functions" # where Netlify Functions live
|
||||||
publish = "dist" # where the built project lives
|
publish = "dist" # where the built project lives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user