fix: root html viewport

This commit is contained in:
Nicola Zambello 2022-02-14 11:47:47 +01:00
parent 48bd0e81bf
commit 39398d6f84

View file

@ -48,6 +48,10 @@ function Document({
<html lang="en" data-theme="dark"> <html lang="en" data-theme="dark">
<head> <head>
<meta charSet="utf-8" /> <meta charSet="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
></meta>
<Meta /> <Meta />
<title>{title}</title> <title>{title}</title>
<Links /> <Links />