diff --git a/app/(route)/list/_components/nav/LIstCompo.tsx b/app/(route)/list/_components/nav/LIstCompo.tsx
index 468b0d1..3626e05 100644
--- a/app/(route)/list/_components/nav/LIstCompo.tsx
+++ b/app/(route)/list/_components/nav/LIstCompo.tsx
@@ -18,8 +18,18 @@ function ListCompo() {
{resData?.map((data: Tool, index) => {
- return
+ return (
+
+ )
})}
+ 데이터를 모두 불러왔습니다.
)
diff --git a/app/(route)/list/page.tsx b/app/(route)/list/page.tsx
index ef548b6..8ea00f2 100644
--- a/app/(route)/list/page.tsx
+++ b/app/(route)/list/page.tsx
@@ -6,8 +6,7 @@ function List() {
return (
-
- 데이터를 모두 불러왔습니다.
+
)
}
diff --git a/next.config.mjs b/next.config.mjs
index b249cc2..f793614 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -4,6 +4,7 @@ const nextConfig = {
domains: [
'github.com',
'stlab-storage-main.s3.ap-northeast-2.amazonaws.com',
+ 'primus-storage-main.s3.ap-northeast-2.amazonaws.com',
], // 이미지 호스트를 여기에 추가합니다.
},
}