Saving state of blog

This commit is contained in:
Luke Hagar
2025-11-18 03:47:11 +00:00
commit c549bdf136
49 changed files with 2492 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(),
}