Skip to content

Commit 5ef8161

Browse files
committed
feat: viewportを追加
1 parent ffc9481 commit 5ef8161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2025/src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
2222
<head>
2323
<slot name="header" />
2424
<meta charset="utf-8" />
25+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2526
<GoogleFontsOptimizer
2627
url="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap"
2728
/>

0 commit comments

Comments
 (0)