Skip to content

Commit 2257017

Browse files
committed
Fix: Build Error 해결
1 parent 372c47e commit 2257017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const nextConfig = {
33
reactStrictMode: true,
44
swcMinify: true,
55
images: {
6+
loader: 'imgix',
7+
path: '/',
68
// TODO: domain 추후 수정하기
79
domains: ['cdn.pixabay.com', '**'],
810
remotePatterns: [

0 commit comments

Comments
 (0)