Skip to content

Commit 031380f

Browse files
committed
feat: add CloudFront configuration to next.js settings
1 parent b8dd8f1 commit 031380f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

next.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ const nextConfig: NextConfig = {
3232
port: "",
3333
pathname: "/**",
3434
},
35+
{
36+
protocol: "https",
37+
hostname: "d3pgb9bl5ulw34.cloudfront.net",
38+
port: "",
39+
pathname: "/**",
40+
},
3541
],
3642
},
3743
};

0 commit comments

Comments
 (0)