site: render markdown file as string
This commit is contained in:
committed by
Johannes Kirschbauer
parent
25db58ce11
commit
70523f75fa
@@ -6,19 +6,14 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
||||
const config = {
|
||||
// Consult https://svelte.dev/docs/kit/integrations
|
||||
// for more information about preprocessors
|
||||
preprocess: [
|
||||
vitePreprocess(),
|
||||
mdsvex({
|
||||
extensions: [".md"],
|
||||
}),
|
||||
],
|
||||
preprocess: [vitePreprocess()],
|
||||
kit: {
|
||||
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
|
||||
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
|
||||
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
||||
adapter: adapter(),
|
||||
},
|
||||
extensions: [".svelte", ".md"],
|
||||
extensions: [".svelte"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user