feat: add vercel json

This commit is contained in:
Maulana Sodiqin
2025-05-22 22:31:04 +07:00
parent f8cd57a1cf
commit 376e646c10
+8
View File
@@ -0,0 +1,8 @@
{
"routes": [
{
"src": "/[^.]+",
"dest": "/"
}
]
}