Skip to content

Commit

Permalink
add wp cdn for processing image
Browse files Browse the repository at this point in the history
  • Loading branch information
dhafitf committed May 24, 2022
1 parent e65292f commit a246314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
reactStrictMode: true,
skipLibCheck: true,
images: {
domains: ["i.ytimg.com", "lv2-cdn.azureedge.net", "s3-aop.plusmember.jp", "scontent.cdninstagram.com", "v.phinf.naver.net"],
domains: ["i.ytimg.com", "lv2-cdn.azureedge.net", "s3-aop.plusmember.jp", "scontent.cdninstagram.com", "v.phinf.naver.net", "i0.wp.com"],
},
};

Expand Down

0 comments on commit a246314

Please sign in to comment.