Initial Commit

This commit is contained in:
Chaoscaot
2023-09-20 20:52:40 +02:00
commit 4dca085cec
15 changed files with 187 additions and 0 deletions

5
svelte.config.js Normal file
View File

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