Moving static files, adding robots, adding sitemap

This commit is contained in:
Firq 2023-03-14 21:49:13 +01:00
parent 82b5709faa
commit 247f07a4e5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
107 changed files with 168 additions and 63 deletions
src/components

View file

@ -13,8 +13,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 = `/assets/servant/${image_servant}.webp`
const bondce_img: string = `/assets/ce/bond-ce/${image_bond}.webp`
let bondce_css: string = 'bond-ce'
if (bond10 === 'false') {