refactor(re-upload): clean upload through @iconized fs

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

21
vercel.json Executable file
View File

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