vercel config

This commit is contained in:
Victor Batischev 2024-02-16 15:23:00 +03:00
parent 063e996242
commit 5006a4773c

View File

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