vercel config

This commit is contained in:
Victor Batischev 2024-02-16 15:20:01 +03:00
parent 16da03170d
commit 063e996242

3
vercel.json Normal file
View File

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