Skip to content

Commit

Permalink
🔧 change: cdn 이미지 도메인 config 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SayangHoney committed Jan 16, 2025
1 parent 0a2eea5 commit b5f5f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const nextConfig = {
styledComponents: true,
},

images: { domains: ['cdn.spacewak.net'] },

webpack: (config) => {
const fileLoaderRule = config.module.rules.find((rule) =>
rule.test?.test?.('.svg')
Expand Down

0 comments on commit b5f5f55

Please sign in to comment.