We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f990a0b + 2257017 commit 9c79c3eCopy full SHA for 9c79c3e
next.config.js
@@ -3,6 +3,8 @@ const nextConfig = {
3
reactStrictMode: true,
4
swcMinify: true,
5
images: {
6
+ loader: 'imgix',
7
+ path: '/',
8
// TODO: domain 추후 수정하기
9
domains: ['cdn.pixabay.com', '**'],
10
remotePatterns: [
0 commit comments