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 be5a996 commit 0f94e11Copy full SHA for 0f94e11
1 file changed
src/layouts/Layout.astro
@@ -16,7 +16,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
16
<head>
17
<meta charset="UTF-8" />
18
<meta name="description" content={description} />
19
- <meta name="viewport" content="width=device-width" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
20
<link rel="icon" type="image/svg+xml" href="/2026.es.pycon.org/favicon.svg" />
21
<meta name="generator" content={Astro.generator} />
22
0 commit comments