Adding a new post plus some upgrades from upstream

This commit is contained in:
Timothy Rogers 2025-01-15 18:56:31 -05:00
parent 73d324bec1
commit 054d8e3bb8
20 changed files with 1311 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({ script: true })],
};