Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2d7b0dc
💄 Style : post 상세 레이아웃 수정
swallowedB Jan 12, 2026
bd90305
📝 Chore : 잘못된 파일명 수정
swallowedB Jan 13, 2026
aea4dee
✨ feat: 목차 자동 스크롤 추가
swallowedB Jan 13, 2026
e0d2524
🗑️ Remove : 변경에 따라 이전에 작성한 테스트 코드 삭제
swallowedB Jan 13, 2026
fced2c0
✨ feat: 공유 기능 추가
swallowedB Jan 13, 2026
0f42e7f
💄 Style : post 디테일한 스타일링 수정
swallowedB Jan 13, 2026
067315b
[Feat/post-23] ✨ feat: post 상세 레이아웃 수정 및 목차 스크롤 추가
swallowedB Jan 13, 2026
4d1bdd8
✨ feat: 태그 필터링 기능 추가
swallowedB Jan 13, 2026
90d6274
🔨 Refactor : ux 개선
swallowedB Jan 13, 2026
d052d6b
🔨 Refactor : 코드 개선
swallowedB Jan 13, 2026
6ea0de1
[Feat/tag-13] ✨ feat: 태그 필터링 기능 추가
swallowedB Jan 13, 2026
affa7e8
✨ feat: 검색 기능 추가
swallowedB Jan 13, 2026
3628297
💄 Style : 과도한 수치 조정
swallowedB Jan 13, 2026
beca858
🗑️ Remove : 테스트 코드 정리
swallowedB Jan 13, 2026
c46753a
[feat/search-95] ✨ feat: 검색 기능 추가
swallowedB Jan 13, 2026
94cee3f
✨ feat: 시리즈 폴더 자동 스크롤 추가
swallowedB Jan 13, 2026
7e72d52
🔨 Refactor : fallback 문구 수정
swallowedB Jan 13, 2026
42e01c7
[Feat/scroll-97] ✨ feat: 시리즈 폴더 자동 스크롤 추가
swallowedB Jan 13, 2026
7795037
💄 Style : 헤더-cmdk 스타일링 수정
swallowedB Jan 13, 2026
09974e7
✨ feat: 좋아요 기능 추가
swallowedB Jan 14, 2026
4d19b6c
📝 Chore : ci 수정 및 불필요 파일 제거
swallowedB Jan 14, 2026
b8259f0
🚨 Fix : 비동기 누락 수정
swallowedB Jan 14, 2026
116106b
[Feat/like-21] ✨ feat: 좋아요 기능 추가
swallowedB Jan 14, 2026
5f8a7ad
✨ feat: nofound 페이지 구현
swallowedB Jan 14, 2026
ad54d77
✨ feat: wipCard 추가 (준비중 안내)
swallowedB Jan 14, 2026
7ca740e
💄 Style : 임시 일러스트 추가
swallowedB Jan 14, 2026
30a046c
🔨 Refactor : 누락된 코드 수정 및 클린업 함수 추가
swallowedB Jan 14, 2026
fc876c3
[Feat/404-48] ✨ feat: nofound 페이지 구현 & wipCard 추가 (준비중 안내)
swallowedB Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/labeler.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/labels.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- run: pnpm typecheck
- run: pnpm lint
- run: pnpm test:ci

- run: pnpm build

17 changes: 0 additions & 17 deletions .github/workflows/labeler.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/labels-sync.yml

This file was deleted.

2 changes: 1 addition & 1 deletion content/posts/INSIGHT/velite-test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: "Insight"
series: "Nextjs"
tags: ["Mdx", "Velite", "Rsc"]
summary: "App Router에서 MDX가 Server Component 트리로 렌더링되는 흐름을 정리."
thumbnail: "/images/thumbnails/rsc-mdx.png"
thumbnail: ""
draft: false
---

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@
"prepare": "husky"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@supabase/supabase-js": "^2.80.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.553.0",
"next": "^15.5.9",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0"
"react-icons": "^5.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
Expand Down
Loading