Satori Issue

This commit is contained in:
Shivam Meena
2022-12-19 21:44:21 +05:30
parent ae770f191d
commit f133bc1daf
13 changed files with 866 additions and 288 deletions

View File

@@ -5,8 +5,11 @@ import preprocess from 'svelte-preprocess';
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
preprocess: [
preprocess({
postcss: true
})
],
kit: {
adapter: adapter()
}