Ver Fonte

build: add redirect for netlify deployment

satnaing há 2 anos atrás
pai
commit
8b47f6c7a6
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      netlify.toml

+ 4 - 0
netlify.toml

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