mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
fix: add starlog example viewport (#12941)
Co-authored-by: Andrey <codenomnom@users.noreply.github.com>
This commit is contained in:
parent
a20a4d7b8f
commit
bbb1bc9915
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription, ...s
|
|||
---
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<SEO {title} {description} {name} {...seo} />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
|
|
Loading…
Add table
Reference in a new issue