protogen.social-temp/src/hooks.server.ts
2025-01-25 15:25:28 +02:00

4 lines
173 B
TypeScript

import type { Handle } from '@sveltejs/kit';
import { i18n } from '$lib/i18n';
const handleParaglide: Handle = i18n.handle();
export const handle: Handle = handleParaglide;