Skip to content

Commit

Permalink
fix viewport zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 17, 2024
1 parent 7623c8e commit 1209d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtConfig({
head: {
title: "Incognitee",
charset: "utf-8",
viewport: "width=device-width, initial-scale=1",
viewport: "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no",
meta: [
// {
// hid: 'robots',
Expand Down

0 comments on commit 1209d48

Please sign in to comment.