fries-website/svelte.config.js
Fries cfa234d723 add a webring component to the site
this is for the solarpunk.moe webring.
2023-07-05 02:11:14 -07:00

5 lines
102 B
JavaScript

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