feat(docs,content,ui): the documentation, twelve modules with the synced config beside the text, search, layers, themes and screenshots; the mock vault as templates
This commit is contained in:
+9
-1
@@ -8,7 +8,15 @@ const config = {
|
||||
// for more information about preprocessors
|
||||
preprocess: [vitePreprocess(), mdsvex()],
|
||||
|
||||
kit: { adapter: adapter() },
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
typescript: {
|
||||
config: (config) => {
|
||||
config.exclude = [...(config.exclude ?? []), '../src/content/**'];
|
||||
return config;
|
||||
}
|
||||
}
|
||||
},
|
||||
extensions: ['.svelte', '.svx']
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user