We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5b33f commit 0f59ce2Copy full SHA for 0f59ce2
netlify.toml
@@ -0,0 +1,9 @@
1
+[build]
2
+ command = "yarn build"
3
+ functions = "functions"
4
+ publish = "build/"
5
+
6
+ [[redirects]]
7
+ from = "/*"
8
+ to = "/index.html"
9
+ status = 200
0 commit comments