Skip to content

Commit

Permalink
fix: update viewport settings to allow maximum scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
krudi committed Oct 6, 2024
1 parent 58dc2bf commit 8103d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/meta-tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const metaTags: HeadConfig[] = [
['meta', { charset: 'utf-8' }],
[
'meta',
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=3' }
],
['meta', { name: 'application-name', content: 'vitepress-template' }],
['meta', { name: 'referrer', content: 'origin-when-cross-origin' }],
Expand Down

0 comments on commit 8103d8c

Please sign in to comment.