mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Add meta name="viewport" to portfolio example (#1624)
This commit is contained in:
parent
3736f8bb5a
commit
4030ca91b5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const { title = 'Jeanine White: Personal Site' } = Astro.props;
|
|||
---
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{title}</title>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
|
Loading…
Reference in a new issue