Browse Source

add netlify config file

Klaudiusz Dembler 4 years ago
parent
commit
3a9bd3c4ec
1 changed files with 8 additions and 0 deletions
  1. 8 0
      netlify.toml

+ 8 - 0
netlify.toml

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