~ init vercel temporary config

This commit is contained in:
maxim 2025-02-04 14:30:59 +03:00
parent b8b535d621
commit 881609ab5a

8
vercel.json Normal file
View File

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