favicon fix, maybe a fix for the whole thing?

This commit is contained in:
Firq 2023-03-04 22:51:11 +01:00
parent 7e4bb858cd
commit 80e678ce8d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 5 additions and 4 deletions
src/components

View file

@ -12,8 +12,8 @@ export interface Props {
const {bond10, ml, image_bond, image_servant, np, skills, level, name } = Astro.props;
const servant_img: string = `${Astro.site}/servant/${image_servant}.webp`;
const bondce_img: string = `${Astro.site}/ce/bond-ce/${image_bond}.webp`
const servant_img: string = `../servant/${image_servant}.webp`;
const bondce_img: string = `../ce/bond-ce/${image_bond}.webp`
let bondce_css: string = "bond-ce";
if(bond10 === "false") {