Alias the character page to index

pull/1/head
I Made Setia Baruna 2021-01-09 23:36:31 +08:00
parent a8d3890131
commit 6afe231ef4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<script context="module">
export async function preload() {
return this.redirect(302, 'characters');
}
import Characters from './characters.svelte';
</script>
<Characters {...$$props} />