df91643
1
2
3
4
5
import { redirect } from '@sveltejs/kit'; export function load() { throw redirect(302, '/text-generation'); }