We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096dc7e commit d2ee5f2Copy full SHA for d2ee5f2
netlify.toml
@@ -0,0 +1,7 @@
1
+[build]
2
+ publish = "dist"
3
+ command = "npm run build"
4
+[[redirects]]
5
+ from = "/*"
6
+ to = "/index.html"
7
+ status = 200
0 commit comments