Skip to content

Commit e632386

Browse files
authored
Improve mobile rendering (#141)
1 parent 107b725 commit e632386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/root.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ export default function Root() {
3939
</Title>
4040
<MetaTags />
4141
<Meta charset="utf-8" />
42+
<Meta
43+
name="viewport"
44+
content="initial-scale=1.0,width=device-width"
45+
/>
4246
<IconTags />
4347
</Head>
4448
<Body>

0 commit comments

Comments
 (0)