mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Alias the character page to index
This commit is contained in:
parent
a8d3890131
commit
6afe231ef4
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<script context="module">
|
||||
export async function preload() {
|
||||
return this.redirect(302, 'characters');
|
||||
}
|
||||
import Characters from './characters.svelte';
|
||||
</script>
|
||||
|
||||
<Characters {...$$props} />
|
||||
|
|
Loading…
Add table
Reference in a new issue