Browse Source

build: add redirect for netlify deployment

satnaing 2 years ago
parent
commit
8b47f6c7a6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      netlify.toml

+ 4 - 0
netlify.toml

@@ -0,0 +1,4 @@
+[[redirects]]
+  from = "/*"
+  to = "/index.html"
+  status = 200