mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
8 lines
87 B
HTML
8 lines
87 B
HTML
<script>
|
|
export default {
|
|
preload() {
|
|
this.redirect(301, '/');
|
|
}
|
|
};
|
|
</script>
|