Create vercel.json

This commit is contained in:
Florian Sylvain
2024-02-08 20:14:29 +01:00
committed by GitHub
parent b5395f25cf
commit 5ee0976378
+3
View File
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}