Skip to content

Commit

Permalink
fix(zoom): prevent zooming on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jul 5, 2024
1 parent 45cbecf commit 822102b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const image = '/website.png'
export const metadata: Metadata = {
title,
description,
viewport: 'width=device-width, initial-scale=1, maximum-scale=1',
applicationName: "Gautier Darchen's portfolio",
authors: [{ name: 'Gautier Darchen', url: WEBSITE_URL }],
metadataBase: new URL(WEBSITE_URL),
Expand Down

0 comments on commit 822102b

Please sign in to comment.