Make Qwen OAuth work on Vercel

This commit is contained in:
Gemini AI
2025-12-26 00:37:05 +04:00
Unverified
parent a1a30e66fe
commit 79204352fe
7 changed files with 255 additions and 270 deletions

View File

@@ -2,5 +2,11 @@
"buildCommand": "npm run build",
"outputDirectory": ".next",
"framework": "nextjs",
"devCommand": "npm run dev"
"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"
}
}
}