fix: update favicon to ICO format and add robots.txt for search engine directives
This commit is contained in:
parent
9862f3fa24
commit
39714caca3
4 changed files with 6 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ const { title, description } = Astro.props;
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/ico" href="/favicon.ico" />
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue