fix: SPA stuff striking again

This commit is contained in:
2023-10-12 11:49:19 +02:00
committed by GitHub
parent fb407f9705
commit a9225e5e9c

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}