From 7e4bb858cdd8c5b248ba3fc656bd3810ada6a617 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 4 Mar 2023 22:37:40 +0100 Subject: [PATCH] missed a save --- src/components/servantCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/servantCard.astro b/src/components/servantCard.astro index c09072e..f568eee 100644 --- a/src/components/servantCard.astro +++ b/src/components/servantCard.astro @@ -12,8 +12,8 @@ export interface Props { const {bond10, ml, image_bond, image_servant, np, skills, level, name } = Astro.props; -const servant_img: string = `/servant/${image_servant}.webp`; -const bondce_img: string = `/ce/bond-ce/${image_bond}.webp` +const servant_img: string = `${Astro.site}/servant/${image_servant}.webp`; +const bondce_img: string = `${Astro.site}/ce/bond-ce/${image_bond}.webp` let bondce_css: string = "bond-ce"; if(bond10 === "false") {