mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
chore: use same viewport meta as twitter
This commit is contained in:
parent
77fb294c4d
commit
28d7e8cb43
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue