Fixing and Sitemap and Robots.txt

This commit is contained in:
2023-12-10 17:14:10 +01:00
parent 3d95bffb6a
commit 6c9c496f05
33 changed files with 150 additions and 57 deletions

View File

@@ -23,8 +23,8 @@
import type {EventFight, ExtendedEvent} from "../../../types/event.js";
import FightEditModal from "./modals/FightEditModal.svelte";
import {createEventDispatcher, onMount} from "svelte";
import {fightRepo} from "../../../repo/repo.js";
import {isWide} from "../../../stores/stores.js";
import {fightRepo} from "../../../repo/repo";
import {isWide} from "../../../stores/stores";
export let fight: EventFight;
export let data: ExtendedEvent;