Skip to content

Commit

Permalink
chore: svg import path 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jun 23, 2024
1 parent 4f1e362 commit 226f6c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

const nextConfig = {
images: {
domains: ["image.tmdb.org"],
domains: ["https://team-ollie.github.io/WeCare-FE/"],
loader: "default",
path: "/",
unoptimized: true,
},
webpack: (config) => {
config.module.rules.push({
Expand All @@ -16,9 +19,6 @@ const nextConfig = {
styledComponents: true,
},
output: "export",
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"eslint-config-next": "14.0.3",
"typescript": "5.4.5"
},
"build": {
"optimizeImages": true
},
"packageManager": "[email protected]"
}

0 comments on commit 226f6c5

Please sign in to comment.