Skip to content

Commit 0b2153b

Browse files
committed
fix(vercel): disable framework detection for Remix 1.x
Vercel's Remix builder only supports v2+. Override framework detection with custom build command for Remix 1.2.2 compatibility.
1 parent 6cfb242 commit 0b2153b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vercel.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"buildCommand": "npm run build",
3+
"framework": null,
24
"build": {
35
"env": {
46
"ENABLE_FILE_SYSTEM_API": "1"

0 commit comments

Comments
 (0)