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:
@@ -184,7 +184,7 @@ const config: z.input<typeof Schema_Config> = {
|
||||
* @default process.env.NEXT_PUBLIC_DOMAIN
|
||||
* @fallback process.env.NEXT_PUBLIC_VERCEL_URL
|
||||
*/
|
||||
basePath: new URL(BASE_URL).toString(),
|
||||
basePath: \`https://\${BASE_URL}\`,
|
||||
|
||||
/**
|
||||
* Show deploy guide dropdown on navbar
|
||||
|
||||
Reference in New Issue
Block a user