This commit is contained in:
2023-04-19 12:33:07 +02:00
parent f2d8ab81e9
commit 0a883ce7fb
6 changed files with 122 additions and 82 deletions

View File

@@ -2,6 +2,7 @@
import { OpenAPI } from '@odit/lfk-client-js';
import { env } from '$env/dynamic/public';
import '../app.postcss';
import "@fontsource/athiti"
import Footer from '../components/footer.svelte';
OpenAPI.BASE = env.PUBLIC_BASE_URL || 'https://run.lauf-fuer-kaya.de';
@@ -11,5 +12,4 @@
<main class="flex-grow">
<slot />
</main>
<Footer />
</div>