adding meta description tag to basics example (#6854)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
This commit is contained in:
parent
d4b00b541b
commit
2b9230ed22
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ const { title } = Astro.props;
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Astro description">
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
|
Loading…
Reference in a new issue