️ Make view port scalable (#1560)

This commit is contained in:
Luke Vella 2025-02-12 14:39:14 +07:00 committed by GitHub
parent 8519631c96
commit cb27ae9ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -31,8 +31,6 @@ export async function generateStaticParams() {
export const viewport: Viewport = {
width: "device-width",
initialScale: 1,
maximumScale: 1,
userScalable: false,
};
export default async function Root({

View file

@ -19,8 +19,6 @@ const inter = Inter({
export const viewport: Viewport = {
width: "device-width",
initialScale: 1,
maximumScale: 1,
userScalable: false,
};
export default async function Root({