@@ -0,0 +1,8 @@
+[build]
+ publish = "dist"
+ command = "yarn build"
+
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200