Skip to content

Commit

Permalink
Site: Damnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Sep 26, 2024
1 parent c9a970c commit bc9c8ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/routes/app/[id]/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<script lang="ts">
import { base } from '$app/paths';
export let data: import('./$types').PageData;
const app = data.app;
</script>

<a href="/" class="underline"> Go back </a>
<a href="{base}/" class="underline"> Go back </a>

<table>
<tr class="w-full">
Expand Down

0 comments on commit bc9c8ea

Please sign in to comment.