feature: Add vercel file

This commit is contained in:
2023-10-07 18:12:01 -06:00
parent 386e3d1e55
commit 3b54683167

3
src/vercel.json Normal file
View File

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