added function
This commit is contained in:
parent
bde4779b1b
commit
5486dc0784
4 changed files with 46 additions and 0 deletions
6
netlify.toml
Normal file
6
netlify.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[build]
|
||||
functions = "functions"
|
||||
# This will be run the site build
|
||||
command = "gatsby build"
|
||||
# This is the directory is publishing to netlify's CDN
|
||||
publish = "public"
|
||||
Loading…
Add table
Add a link
Reference in a new issue