fix: bucket as env variable
This commit is contained in:
parent
ab580d341a
commit
74be9ffe15
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const nextConfig = {
|
||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
hostname: 'storage.googleapis.com',
|
hostname: 'storage.googleapis.com',
|
||||||
pathname: '/dreikoenige/**',
|
pathname: `/${process.env.GOOGLE_BUCKET}/**`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue