fix: root html viewport
This commit is contained in:
parent
48bd0e81bf
commit
39398d6f84
|
|
@ -48,6 +48,10 @@ function Document({
|
|||
<html lang="en" data-theme="dark">
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1"
|
||||
></meta>
|
||||
<Meta />
|
||||
<title>{title}</title>
|
||||
<Links />
|
||||
|
|
|
|||
Loading…
Reference in a new issue