Skip to content

Commit

Permalink
fix: not auto zoom in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Feb 26, 2024
1 parent db9fdd1 commit 6db7751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ const AppLayout = ({ children }: { children: ReactElement }) => {
<>
<Head>
<title>Cognisle</title>
<meta name="description" content="Cognisle" />

<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
</Head>
<AppLayoutWrapper>
{needHeader && <Header />}
Expand Down

0 comments on commit 6db7751

Please sign in to comment.