nebula2 / svelte.config.js
soiz1's picture
Upload folder using huggingface_hub
01fcadf verified
raw
history blame contribute delete
109 Bytes
import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: vitePreprocess()
};