missed a save
This commit is contained in:
parent
e1420a15fc
commit
7e4bb858cd
1 changed files with 2 additions and 2 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue