diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a9f43e..afe7fc3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,7 @@ export const generateMetadata = async (): Promise => { export const viewport: Viewport = { width: 'device-width', - initialScale: 0.9, - maximumScale: 0.9, - userScalable: false + initialScale: 0.9 } export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {