Skip to content

Commit 2ad9deb

Browse files
committed
Create Netlify build instructions
Add a netlify.toml file, so that Netlify knows how to build our application, where to find our functions, and which directory to upload to its CDN.
1 parent 2d87e88 commit 2ad9deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
functions = "functions"
3+
publish = "public"
4+
command = "npm run build"

0 commit comments

Comments
 (0)