Bye gitlab pages, welcome cd/ci with server
This commit is contained in:
parent
acc66bafeb
commit
a674b41d00
13 changed files with 45 additions and 31 deletions
src/components
|
@ -7,8 +7,8 @@ export interface Props {
|
|||
|
||||
const {mlb, link, name } = Astro.props;
|
||||
|
||||
const ce_img: string = `/fgosite/ce/${link}.webp`;
|
||||
const mlb_ce: string = `/fgosite/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