diff --git a/next.config.mjs b/next.config.mjs index 44a02e6..93ce622 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -14,7 +14,7 @@ const nextConfig = { { protocol: 'https', hostname: 'storage.googleapis.com', - pathname: '/dreikoenige/**', + pathname: `/${process.env.GOOGLE_BUCKET}/**`, }, ], }