We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc9481 commit 5ef8161Copy full SHA for 5ef8161
2025/src/layouts/Layout.astro
@@ -22,6 +22,7 @@ const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
22
<head>
23
<slot name="header" />
24
<meta charset="utf-8" />
25
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
26
<GoogleFontsOptimizer
27
url="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap"
28
/>
0 commit comments