This commit is contained in:
8
vite.config.ts
Executable file
8
vite.config.ts
Executable file
@@ -0,0 +1,8 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import contentCollections from "@content-collections/vite";
|
||||
|
||||
const config = {
|
||||
plugins: [sveltekit(), contentCollections()]
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user