Files
lbfalvy.com/svelte.config.js
Bethlenfalvi, Lorinc (ext) 0c962c336b Initial commit
2025-01-28 00:28:14 +01:00

6 lines
101 B
JavaScript

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