Fix vercel.json env configuration

This commit is contained in:
Gemini AI
2025-12-26 13:14:17 +04:00
Unverified
parent 6fc923c8ba
commit 2790fd7703

View File

@@ -4,9 +4,6 @@
"framework": "nextjs",
"devCommand": "npm run dev",
"env": {
"NEXT_PUBLIC_SITE_URL": {
"description": "The production URL of your app (e.g., https://your-app.vercel.app)",
"value": "https://your-app.vercel.app"
}
"NEXT_PUBLIC_SITE_URL": "https://traetlzlxn2t.vercel.app"
}
}