added function

This commit is contained in:
WaylonWalker 2019-11-10 09:32:43 -06:00
parent bde4779b1b
commit 5486dc0784
4 changed files with 46 additions and 0 deletions

6
netlify.toml Normal file
View 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"