Improve image handling
parent
08e0ee8c16
commit
7745f13713
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
@ -1,7 +1,8 @@
|
||||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import { defineConfig } from "vite";
|
||||
import { ViteToml } from "vite-plugin-toml";
|
||||
import { imagetools } from "@zerodevx/svelte-img/vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit(), ViteToml()],
|
||||
plugins: [ViteToml(), sveltekit(), imagetools()],
|
||||
});
|
||||
|
Loading…
Reference in New Issue