Skip to content

Commit d17d7c6

Browse files
author
Maya Shavin
committed
add netlify
1 parent 3ac577a commit d17d7c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

netlify.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
[build]
3+
publish = "dist"
4+
command = "yarn build"
5+
functions = 'api'
6+
[[redirects]]
7+
from = "/api/*"
8+
to = '/.netlify/functions/:splat'
9+
status = 200
10+
[dev]
11+
command = "yarn dev"

0 commit comments

Comments
 (0)