fix: bucket as env variable

This commit is contained in:
Benno Tielen 2024-12-19 18:46:46 +01:00
parent ab580d341a
commit 74be9ffe15

View file

@ -14,7 +14,7 @@ const nextConfig = {
{
protocol: 'https',
hostname: 'storage.googleapis.com',
pathname: '/dreikoenige/**',
pathname: `/${process.env.GOOGLE_BUCKET}/**`,
},
],
}