site: init

This commit is contained in:
Glen Huang
2025-10-06 19:21:01 +08:00
committed by Johannes Kirschbauer
parent 6b5dca5842
commit d92623f07e
26 changed files with 1980 additions and 0 deletions

6
site/vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});