mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 15:43:58 +00:00
4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import { loadUnitSeo } from "$lib/server/pageSeo";
|
|
import type { PageServerLoad } from "./$types";
|
|
|
|
export const load: PageServerLoad = ({ params }) => loadUnitSeo(params.code);
|