const { mdsvex } = require("mdsvex"); const mdsvexConfig = require("./mdsvex.config.cjs"); const sveltePreprocess = require('svelte-preprocess'); const static = require('@sveltejs/adapter-static'); const pkg = require('./package.json'); /** @type {import('@sveltejs/kit').Config} */ module.exports = { extensions: [".svelte", ...mdsvexConfig.extensions], // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: [ mdsvex(mdsvexConfig), sveltePreprocess({ defaults: { style: "postcss", }, }), ], kit: { adapter: static(), // hydrate the