Skip to content

Commit 9c79c3e

Browse files
authored
Merge pull request #27 from gollumnima/feat/sponsor-info-top
Fix: Build Error 해결
2 parents f990a0b + 2257017 commit 9c79c3e

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)