changed around to using .. and import
This commit is contained in:
parent
80e678ce8d
commit
97454c0685
5 changed files with 7 additions and 7 deletions
src/components
|
@ -7,8 +7,8 @@ export interface Props {
|
|||
|
||||
const {mlb, link, name } = Astro.props;
|
||||
|
||||
const ce_img: string = `${Astro.site}/ce/${link}.webp`;
|
||||
const mlb_ce: string = `${Astro.site}/ce/mlb.webp`
|
||||
const ce_img: string = `../ce/${link}.webp`;
|
||||
const mlb_ce: string = `../ce/mlb.webp`
|
||||
let mlb_image: string = "mlbalign";
|
||||
|
||||
if(mlb === "false") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue