feat: add submodule workaround script and update build command in vercel.json

This commit is contained in:
Mehmet Çetin
2026-01-30 17:41:06 +03:00
parent 59a58b4cdb
commit ba9dbef4c0
2 changed files with 42 additions and 2 deletions

View File

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