mirror of
https://github.com/withastro/astro.git
synced 2025-08-01 00:21:19 +08:00
Reduce meta viewport tag (#1006)
This commit is contained in:
@ -11,7 +11,7 @@ import Counter from '../components/Counter.vue'
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, viewport-fit=cover"
|
||||
content="width=device-width"
|
||||
/>
|
||||
<style>
|
||||
:global(:root) {
|
||||
|
Reference in New Issue
Block a user