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.
1 parent 372c47e commit 2257017Copy full SHA for 2257017
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