mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
7 lines
96 B
HTML
7 lines
96 B
HTML
<script>
|
|
export default {
|
|
preload() {
|
|
this.redirect(301, 'redirect-to');
|
|
}
|
|
};
|
|
</script> |