0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

fix: add starlog example viewport ()

Co-authored-by: Andrey <codenomnom@users.noreply.github.com>
This commit is contained in:
codenomnom 2025-01-09 17:01:14 +02:00 committed by GitHub
parent a20a4d7b8f
commit bbb1bc9915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" />