fix: vercel&netlify refresh error
@ -1,3 +1,8 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*.js"
[headers.values]
@ -27,3 +32,4 @@
for = "/*.svg"
Cache-Control = "public, max-age=31536000, must-revalidate"
@ -0,0 +1,8 @@
{
"rewrites": [
"source": "/:path*",
"destination": "/index.html"
}
]