favicon fix, maybe a fix for the whole thing?
This commit is contained in:
parent
7e4bb858cd
commit
80e678ce8d
3 changed files with 5 additions and 4 deletions
src/components
|
@ -17,7 +17,7 @@ if (currentPage === slug) {
|
|||
currPage = "current"
|
||||
}
|
||||
|
||||
const fulllink = `${Astro.site}/${slug}`;
|
||||
const fulllink = `${Astro.site}${slug}`;
|
||||
---
|
||||
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue