first commit
This commit is contained in:
commit
5af43e867d
24 changed files with 4067 additions and 0 deletions
11
svelte.config.js
Normal file
11
svelte.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { mdsvex } from 'mdsvex';
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
const config = {
|
||||
preprocess: [vitePreprocess(), mdsvex({ extensions: ['.svx', '.md'] })],
|
||||
kit: { adapter: adapter() },
|
||||
extensions: ['.svelte', '.svx', '.md']
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue