chore(clean): kick start

This commit is contained in:
Abhiraj Roy
2024-05-29 23:28:35 +05:30
parent aba4809559
commit b4e558a976
193 changed files with 0 additions and 31841 deletions

View File

@@ -1,21 +0,0 @@
{
"builds": [
{
"src": "vercel-build.sh",
"use": "@vercel/static-build",
"config": {
"distDir": "public"
}
}
],
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"status": 404,
"dest": "/404.html"
}
]
}