Skip to content

Commit

Permalink
♿️ Make view port scalable (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored Feb 12, 2025
1 parent 8519631 commit cb27ae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/landing/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit cb27ae9

Please sign in to comment.