This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/svelte.config.js

6 lines
102 B
JavaScript
Raw Normal View History

2023-03-27 14:26:49 -04:00
import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: vitePreprocess(),
};