Skip to content

Commit 58a5b24

Browse files
authored
Merge pull request #287 from manNomi/feat/univ-page
fix : optimize 옵션 제거
2 parents 3794042 + 1810fb1 commit 58a5b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { withSentryConfig } from "@sentry/nextjs";
55
const nextConfig = {
66
swcMinify: true,
77
images: {
8-
// unoptimized: true,
8+
unoptimized: true,
99
domains: [
1010
"solid-connection.s3.ap-northeast-2.amazonaws.com",
1111
"solid-connection-uploaded.s3.ap-northeast-2.amazonaws.com",

0 commit comments

Comments
 (0)