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,
|
||||
head: {
|
||||
// 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: {
|
||||
class: 'overflow-x-hidden',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user