Commit 7acd08ca authored by SaoBien's avatar SaoBien

fix: add vercel.json rewrites for SPA routing

parent 8f16d2d5
Pipeline #51887 passed with stage
in 16 seconds
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment