Explorar el Código

build: add redirect for netlify deployment

satnaing hace 2 años
padre
commit
8b47f6c7a6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      netlify.toml

+ 4 - 0
netlify.toml

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