Spaces:
Sleeping
Sleeping
yassinekolsi commited on
Commit ·
54470b5
1
Parent(s): 532554f
Add NEXT_PUBLIC_API_URL env pointing to HF Space backend
Browse files- ui/vercel.json +4 -1
ui/vercel.json
CHANGED
|
@@ -2,5 +2,8 @@
|
|
| 2 |
"framework": "nextjs",
|
| 3 |
"buildCommand": "pnpm build",
|
| 4 |
"installCommand": "pnpm install",
|
| 5 |
-
"outputDirectory": ".next"
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|
|
|
|
| 2 |
"framework": "nextjs",
|
| 3 |
"buildCommand": "pnpm build",
|
| 4 |
"installCommand": "pnpm install",
|
| 5 |
+
"outputDirectory": ".next",
|
| 6 |
+
"env": {
|
| 7 |
+
"NEXT_PUBLIC_API_URL": "https://vignt97867896-bioflow.hf.space"
|
| 8 |
+
}
|
| 9 |
}
|