Skip to content

Commit 29d1c59

Browse files
authored
Merge pull request #43 from Han5991/feature/mobile-update
Feature/mobile update
2 parents c83e6a4 + 3783d7a commit 29d1c59

File tree

9 files changed

+1082
-462
lines changed

9 files changed

+1082
-462
lines changed

apps/blog/web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@
2323
"@supabase/supabase-js": "^2.89.0",
2424
"@tanstack/react-query": "^5.81.2",
2525
"gray-matter": "^4.0.3",
26+
"lucide-react": "^0.563.0",
2627
"mermaid": "^11.12.2",
2728
"mime-types": "^3.0.2",
29+
"motion": "^12.29.2",
2830
"next": "catalog:",
2931
"pretendard": "^1.3.9",
3032
"react": "catalog:react19",
3133
"react-dom": "catalog:react19",
3234
"react-markdown": "^10.1.0",
35+
"react-medium-image-zoom": "^5.4.0",
3336
"react-syntax-highlighter": "^16.1.0",
3437
"rehype-raw": "^7.0.0",
38+
"rehype-slug": "^6.0.0",
3539
"remark-gfm": "^4.0.1"
3640
},
3741
"devDependencies": {

apps/blog/web/public/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://blog.sangwook.dev/</loc>
5-
<lastmod>2026-01-31</lastmod>
5+
<lastmod>2026-02-01</lastmod>
66
<priority>1.0</priority>
77
</url>
88
<url>
99
<loc>https://blog.sangwook.dev/posts/</loc>
10-
<lastmod>2026-01-31</lastmod>
10+
<lastmod>2026-02-01</lastmod>
1111
<priority>0.8</priority>
1212
</url>
1313

0 commit comments

Comments
 (0)