added tailwind and svelte

This commit is contained in:
2026-03-09 08:25:24 +01:00
parent 0c66d14aa4
commit 5bf74368c3
5 changed files with 810 additions and 6 deletions

5
webpage/svelte.config.js Normal file
View File

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