fix: basePath that causing build failure

This commit is contained in:
mbaharip
2025-01-24 17:48:54 +07:00
parent 09e8f80d50
commit 96e054c1b8
+1 -1
View File
@@ -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