build: add redirect for netlify deployment

This commit is contained in:
satnaing
2024-02-14 11:58:28 +06:30
parent ce1a7c2570
commit 8b47f6c7a6

4
netlify.toml Normal file
View File

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