Elara Musayelyan 35b21b7b6b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Move frontend to a subdirectory
2023-09-26 15:16:48 -07:00

5 lines
169 B
JavaScript

import { redirect } from '@sveltejs/kit';
export function load() {
throw redirect(302, 'https://gitea.elara.ws/Elara6331/lure/raw/branch/master/scripts/install.sh');
}