Alias the character page to index

This commit is contained in:
I Made Setia Baruna 2021-01-09 23:36:31 +08:00
parent a8d3890131
commit 6afe231ef4

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} />