Bye gitlab pages, welcome cd/ci with server

This commit is contained in:
Firq 2023-03-06 19:12:59 +01:00
parent acc66bafeb
commit a674b41d00
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
13 changed files with 45 additions and 31 deletions

View file

@ -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") {

View file

@ -7,7 +7,7 @@ export interface Props {
const {image, origin, name } = Astro.props;
const img: string = `/fgosite/favourites/${image}.webp`;
const img: string = `/favourites/${image}.webp`;
---

View file

@ -2,8 +2,8 @@
---
<header>
<a href="/fgosite/" rel="noopener noreferrer" aria-label="Home">
<img src="/fgosite/logo.svg" alt="">
<a href="/" rel="noopener noreferrer" aria-label="Home">
<img src="/logo.svg" alt="">
</a>
<ul class="desktop">
<slot />

View file

@ -17,7 +17,7 @@ if (currentPage === slug) {
currPage = "current"
}
const fulllink = `/fgosite/${slug}`;
const fulllink = `/${slug}`;
---
<li>

View file

@ -12,8 +12,8 @@ export interface Props {
const {bond10, ml, image_bond, image_servant, np, skills, level, name } = Astro.props;
const servant_img: string = `/fgosite/servant/${image_servant}.webp`;
const bondce_img: string = `/fgosite/ce/bond-ce/${image_bond}.webp`
const servant_img: string = `/servant/${image_servant}.webp`;
const bondce_img: string = `/ce/bond-ce/${image_bond}.webp`
let bondce_css: string = "bond-ce";
if(bond10 === "false") {

View file

@ -7,7 +7,7 @@ export interface Props {
const { image, link, title } = Astro.props;
const icon: string = `background: url('/fgosite/ta_icons/${image}.webp')`
const icon: string = `background: url('/ta_icons/${image}.webp')`
---
<a href={link} target="_blank" rel="noopener noreferrer" aria-label={title}>
<article>

View file

@ -7,7 +7,7 @@ export interface Props {
const { image, link, title } = Astro.props;
const icon: string = `background-image: url('/fgosite/technologies/${image}.webp')`
const icon: string = `background-image: url('/technologies/${image}.webp')`
---
<a href={link} target="_blank" rel="noopener noreferrer" aria-label={title}>
<article>