mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-13 00:02:19 +00:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
import { vitePreprocess } from '@astrojs/svelte';
|
||
|
|
||
|
export default {
|
||
|
preprocess: vitePreprocess(),
|
||
|
};
|