mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
8 lines
214 B
JavaScript
8 lines
214 B
JavaScript
import { sveltekit } from '@sveltejs/kit/vite';
|
|
import { defineConfig } from 'vite';
|
|
import { imagetools } from '@zerodevx/svelte-img/vite';
|
|
|
|
export default defineConfig({
|
|
plugins: [sveltekit(), imagetools()]
|
|
});
|