Skip to content

Commit

Permalink
Fix type error in viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Nov 19, 2024
1 parent f8dfb2e commit 19689a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const viewport: Viewport = {
viewportFit: 'cover',
minimumScale: 1,
maximumScale: 1,
userScalable: 'no',
userScalable: false,
};

export default function RootLayout({
Expand Down

0 comments on commit 19689a6

Please sign in to comment.