Skip to content

Commit 5fd1830

Browse files
committed
Style: 디자인 개선 및 toc 추가
1 parent 74e63cf commit 5fd1830

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
@@ -1,10 +1,10 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
// output: "export",
4+
output: "export",
55
images: {
66
domains: ["user-images.githubusercontent.com"],
7-
formats: ['image/webp'],
7+
formats: ["image/webp"],
88
// Remove unoptimized: true to enable image optimization
99
},
1010
trailingSlash: true, // ✅ 정적 서버 라우팅 호환성

0 commit comments

Comments
 (0)