Added technologies, other approach for image loading
This commit is contained in:
parent
bddb6db8c5
commit
b9f5460501
13 changed files with 84 additions and 20 deletions
src/components
|
@ -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 = `/fgosite/servant/${image_servant}.webp`;
|
||||
const bondce_img: string = `/fgosite/ce/bond-ce/${image_bond}.webp`
|
||||
let bondce_css: string = "bond-ce";
|
||||
|
||||
if(bond10 === "false") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue