We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189c3c2 commit 1409e2bCopy full SHA for 1409e2b
next.config.ts
@@ -16,13 +16,13 @@ const nextConfig: NextConfig = {
16
remotePatterns: [
17
{
18
protocol: "https",
19
- hostname: "eatda-storage-dev.s3.ap-northeast-2.amazonaws.com",
+ hostname: process.env.S3_DEV_BUCKET_HOSTNAME!,
20
port: "",
21
pathname: "/**",
22
},
23
24
25
- hostname: "eatda-storage-prod.s3.ap-northeast-2.amazonaws.com",
+ hostname: process.env.S3_PROD_BUCKET_HOSTNAME!,
26
27
28
0 commit comments