mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Update base path vercel url
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
*/
|
||||
basePath:
|
||||
process.env.NODE_ENV === "production"
|
||||
? `https://${process.env.VERCEL_URL}`
|
||||
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
|
||||
: "http://localhost:5000",
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user