martials.no/svelte.config.js
Martin Berg Alstad 83f018c3b8 Initial commit
2024-09-25 22:20:54 +02:00

6 lines
101 B
JavaScript

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