Skip to content

Commit

Permalink
Add mobile meta viewport (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
timngyn authored Dec 6, 2023
1 parent 824622d commit 6751279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="msapplication-TileImage"
content="/assets/icon/ms-icon-144x144.png"
Expand Down

0 comments on commit 6751279

Please sign in to comment.