Skip to content

Commit 190e8fc

Browse files
committed
Fix #9 lol
1 parent 475f700 commit 190e8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/_document.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default class MyDocument extends Document {
1717
dangerouslySetInnerHTML={{ __html: raw }}
1818
/>
1919
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" rel="stylesheet" />
20+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
2021
</Head>
2122
<body>
2223
<Main />

0 commit comments

Comments
 (0)