Skip to content

Commit 9d43817

Browse files
committed
📝 output: 'export' 제거
1 parent ff6be56 commit 9d43817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
reactStrictMode: false,
5+
reactStrictMode: true,
66
webpack(config) {
77
config.module.rules.push({
88
test: /\.svg$/, // SVG 파일을 찾습니다.
@@ -19,7 +19,7 @@ const nextConfig: NextConfig = {
1919
return config;
2020
},
2121

22-
output: 'export',
22+
trailingSlash: true,
2323
images: {
2424
domains: ['sprint-fe-project.s3.ap-northeast-2.amazonaws.com'], // 외부 이미지 도메인 추가
2525
unoptimized: true, // 이미지 최적화 비활성화

0 commit comments

Comments
 (0)