Closed josprima-sihombing closed 6 days ago
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
filename=Vercel.json
Reference: https://vercel.com/docs/frameworks/vite#using-vite-to-make-spas
I just realized the PR is also being deployed to Netlify.
https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps
Adding netlify.toml
can solve the Netlify problem.
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Step to Reproduce:
Before reload:
After reload: