chore: use same viewport meta as twitter
This commit is contained in:
parent
77fb294c4d
commit
28d7e8cb43
|
@ -91,7 +91,7 @@ export default defineNuxtConfig({
|
||||||
keepalive: true,
|
keepalive: true,
|
||||||
head: {
|
head: {
|
||||||
// Prevent arbitrary zooming on mobile devices
|
// Prevent arbitrary zooming on mobile devices
|
||||||
viewport: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no',
|
viewport: 'width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover',
|
||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
class: 'overflow-x-hidden',
|
class: 'overflow-x-hidden',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue