mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
fix: basePath that causing build failure
This commit is contained in:
@@ -17,7 +17,7 @@ const config: z.input<typeof Schema_Config> = {
|
||||
* @default process.env.NEXT_PUBLIC_DOMAIN
|
||||
* @fallback process.env.NEXT_PUBLIC_VERCEL_URL
|
||||
*/
|
||||
basePath: IS_DEV ? "http://localhost:3000" : new URL(BASE_URL).toString(),
|
||||
basePath: IS_DEV ? "http://localhost:3000" : `https://${BASE_URL}`,
|
||||
|
||||
/**
|
||||
* Show deploy guide dropdown on navbar
|
||||
|
||||
Reference in New Issue
Block a user