We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c94ab commit 63594dbCopy full SHA for 63594db
1 file changed
src/layouts/index.js
@@ -30,6 +30,7 @@ export default ({ children }) => (
30
<Helmet>
31
<title>{site.siteMetadata.title}</title>
32
<link rel="me" href="https://mastodon.social/@testingrequired" />
33
+ <meta name="viewport" content="width=device-width" />
34
</Helmet>
35
36
<Header fullscreen={location.pathname === '/'}>
0 commit comments