changed around to using .. and import

This commit is contained in:
Firq 2023-03-04 22:59:16 +01:00
parent 80e678ce8d
commit 97454c0685
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
5 changed files with 7 additions and 7 deletions
src/layouts

View file

@ -10,7 +10,7 @@ export interface Props {
const { currentpage, title } = Astro.props;
const description: string = "A reference for all esports Servants, CEs and already completed TAs that Firq can provide. Contact information available as well.";
const favicon_url = `${Astro.site}favicon.ico`
import favicon from "../../static/favicon.ico"
---
<!DOCTYPE html>
@ -18,7 +18,7 @@ const favicon_url = `${Astro.site}favicon.ico`
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/ico" href={favicon_url} />
<link rel="icon" type="image/ico" href={favicon} />
<meta name="generator" content={Astro.generator} />
<meta property="og:title" content="Firq TA Reference" />
<meta property="og:url" content="https://firq.pages.neshweb.net/fgosite/" />