summaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-24 00:17:47 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-24 00:17:47 +0300
commita39f1b469eec43cd8b1eb5abb451e9914621fc4a (patch)
tree8cd009694b17c6631c38bb1bb42aabc61df04553 /src/layouts
parent159150afc918cf13f353ffbcc5abd3ab1b62432c (diff)
downloadeug-vs-xyz-a39f1b469eec43cd8b1eb5abb451e9914621fc4a.tar.gz
feat!: use relative linksastro
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/BaseLayout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index a9f68c3..793c713 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
+ <link rel="shortcut icon" type="image/jpg" href="/icon-64.png"/>
<link rel="stylesheet" href="/style.css" />
</head>
<body>