Initial commit.
This commit is contained in:
commit
cbe09fc194
21 changed files with 847 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';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: { adapter: adapter() },
|
||||
preprocess: [mdsvex()],
|
||||
extensions: ['.svelte', '.svx']
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue