Personal-Site/svelte.config.js
Thomas Cole 1f00bfa07b
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 37s
updated dependencies, tweaked things, added particles
2023-12-12 12:27:06 -05:00

6 lines
102 B
JavaScript

import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
};