Minor fixes

pull/8873/head
Puru Vijay 3 years ago
parent 8a9ff3e9fb
commit 98515a9a88

@ -1,12 +1,10 @@
import { base as app_base } from '$app/paths';
import { modules } from '$lib/generated/type-info.js';
import {
escape,
extractFrontmatter,
markedTransform,
normalizeSlugify,
removeMarkdown,
replaceExportTypePlaceholders
removeMarkdown
} from '@sveltejs/site-kit/markdown';
import fs from 'node:fs';
import { CONTENT_BASE_PATHS } from '../../../constants.js';

@ -1,2 +0,0 @@
// This page now exists solely for redirect, prerendering triggers the `handleMissingID`
export const prerender = true;
Loading…
Cancel
Save