Skip to content

Commit 5b990c0

Browse files
committed
Fix: 이미지 못불러오는 문제 해결
1 parent 3f381fe commit 5b990c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

next.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: "export",
55
images: {
6-
domains: ["user-images.githubusercontent.com"],
6+
domains: [
7+
"user-images.githubusercontent.com",
8+
"https://lazy-dinosaur.github.io/",
9+
],
710
formats: ["image/webp"],
811
// Remove unoptimized: true to enable image optimization
912
},

0 commit comments

Comments
 (0)