mirror of
https://github.com/danbulant/Mangades
synced 2026-07-09 21:10:45 +00:00
8 lines
No EOL
196 B
TypeScript
8 lines
No EOL
196 B
TypeScript
import { redirect } from '@sveltejs/kit';
|
|
|
|
/** @type {import('./$types').LayoutServerLoad} */
|
|
export function load() {
|
|
// throw redirect(301, "./1");
|
|
}
|
|
|
|
export const trailingSlash = "always"; |