This commit is contained in:
elh 2024-06-16 21:39:03 -04:00
parent 252cc7b44e
commit 60885467e5
4 changed files with 227 additions and 5 deletions

5
svelte.config.js Normal file
View file

@ -0,0 +1,5 @@
import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
}