mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated meta tags
This commit is contained in:
parent
b013aee7ac
commit
ebd74577f8
2 changed files with 7 additions and 2 deletions
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -11,8 +11,13 @@ const { title } = Astro.props;
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="Astro description" />
|
<meta name="description" content="Astro description" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" /><meta
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
name="keywords"
|
||||||
|
content="Rython, student, developer, frontend, web developer, streamer, coworking"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="RythonDev" />
|
||||||
|
<meta name="theme-color" content="#2B2D31" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue