This commit is contained in:
Dark Steveneq
2025-11-25 09:37:22 +01:00
parent d5d3402cd6
commit 4a73c7e990
13 changed files with 2157 additions and 23 deletions

5
svelte.config.js Normal file
View File

@@ -0,0 +1,5 @@
import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
}