Inital Commit

This commit is contained in:
Steven 2023-02-19 22:39:26 -05:00
commit d563adacf9
69 changed files with 10401 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(),
};