Hopefully fixes image links

This commit is contained in:
Firq 2023-03-04 21:57:55 +01:00
parent 045dae84b9
commit e954be1e08
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
sitemap: true,
base: '/',
base: '/fgosite',
outDir: 'public',
publicDir: 'static',
site: 'https://firq.pages.neshweb.net/fgosite/'

View file

@ -7,7 +7,7 @@ export interface Props {
const {mlb, link, name } = Astro.props;
const ce_img: string = `ce/${link}.webp`;
const ce_img: string = `/ce/${link}.webp`;
let mlb_image: string = "mlbalign";
if(mlb === "false") {
@ -21,7 +21,7 @@ if(mlb === "false") {
<img class="ce-crop" src={ce_img} alt={name}>
</div>
<div class={mlb_image}>
<img class="mlb" src="ce/mlb.webp" alt="Max-limit broken"/>
<img class="mlb" src="/ce/mlb.webp" alt="Max-limit broken"/>
</div>
</article>

View file

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

View file

@ -3,7 +3,7 @@
<header>
<a href="/" rel="noopener noreferrer" aria-label="Home">
<img src="link_192.png" alt="">
<img src="/link_192.png" alt="">
</a>
<ul class="desktop">
<slot />

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 = `servant/${image_servant}.webp`;
const bondce_img: string = `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('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>