add svelte and progress

This commit is contained in:
2024-11-22 01:19:50 +01:00
parent 5615e62d41
commit 40cbf9b82e
6 changed files with 265 additions and 8 deletions

5
svelte.config.js Normal file
View File

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