fix low level issues
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
import Base from '../../layouts/Base.astro';
|
||||
import AthleteView from '../../components/AthleteView.svelte';
|
||||
const base = import.meta.env.BASE_URL;
|
||||
---
|
||||
<Base title="Athlete — BincioActivity">
|
||||
<h1 class="text-2xl font-bold text-white mb-6">Athlete</h1>
|
||||
<AthleteView client:load />
|
||||
<AthleteView {base} client:load />
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user