fix(example/react): fix routing on vercel (#217)

This commit is contained in:
Sam Potts
2025-12-17 11:10:22 +11:00
committed by GitHub
parent 6068633be0
commit 1aefbd0f24
+3
View File
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}