Initial Code
This commit is contained in:
14
svelte.config.js
Executable file
14
svelte.config.js
Executable file
@@ -0,0 +1,14 @@
|
||||
import { mdsvex } from "mdsvex";
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: [mdsvex({ extensions: ['.svx', '.md'] }), vitePreprocess()],
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
},
|
||||
extensions: ['.svelte', '.svx', '.md'],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user