fix: remove submodule workaround script and update build command in vercel.json

This commit is contained in:
Mehmet Çetin
2026-01-30 17:47:02 +03:00
parent ba9dbef4c0
commit 49a4011ea9
2 changed files with 2 additions and 42 deletions

View File

@@ -5,6 +5,5 @@
"destination": "/index.html"
}
],
"trailingSlash": false,
"buildCommand": "bash .vercel/submodule-workaround.sh && npm run build"
}
"trailingSlash": false
}