UNPKG

aliaset

Version:
9 lines (6 loc) 238 B
import { transformFile } from '$lib/markdown/transform' /** @type {import('./$types').PageServerLoad} */ export async function load() { const content = await transformFile('../../documentation/introduction.md') return { content } }