We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac577a commit d17d7c6Copy full SHA for d17d7c6
netlify.toml
@@ -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