Initial commit
All checks were successful
Build / build (push) Successful in 17s

This commit is contained in:
2025-12-14 16:48:50 +00:00
commit 97eb93d3af
29 changed files with 3127 additions and 0 deletions

8
vite.config.ts Executable file
View File

@@ -0,0 +1,8 @@
import { sveltekit } from '@sveltejs/kit/vite';
import contentCollections from "@content-collections/vite";
const config = {
plugins: [sveltekit(), contentCollections()]
};
export default config;