Mangades/src/routes/[manga]/[chapter]/+page.ts
2022-12-07 22:57:58 +01:00

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";