Skip to content

Commit

Permalink
Merge pull request #374 from ymj0828/part3-유미정-week12
Browse files Browse the repository at this point in the history
[유미정] Week12
  • Loading branch information
soonoo27 authored Jan 11, 2024
2 parents 1472169 + d5f657f commit aebf945
Show file tree
Hide file tree
Showing 86 changed files with 5,314 additions and 530 deletions.
21 changes: 19 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
webpack: (config) => {
config.module.rules.push({
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
use: ["@svgr/webpack"],
});

module.exports = nextConfig
return config;
},
};

module.exports = {
...nextConfig,
images: {
domains: [
"codeit-front.s3.ap-northeast-2.amazonaws.com",
"codeit-images.codeit.com",
],
}
};
Loading

0 comments on commit aebf945

Please sign in to comment.