Skip to content

Commit f459418

Browse files
authored
Merge pull request #167 from YAPP-Github/fix/image-remote-pattern
2 parents 55d3f30 + 684632f commit f459418

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ const nextConfig: NextConfig = {
2626
port: "",
2727
pathname: "/**",
2828
},
29+
{
30+
protocol: "https",
31+
hostname: "d2jinri7mn4fn5.cloudfront.net",
32+
port: "",
33+
pathname: "/**",
34+
},
2935
],
3036
},
3137
};

0 commit comments

Comments
 (0)