fix: links
This commit is contained in:
parent
ddedb7f960
commit
8a463d0448
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ const { pageTitle, pageCustomTitle = pageTitle } = Astro.props;
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/site/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{pageCustomTitle} | ruds</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue