Alias the character page to index
parent
a8d3890131
commit
6afe231ef4
|
@ -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…
Reference in New Issue