We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6204234 commit bbb9499Copy full SHA for bbb9499
svelte.config.js
@@ -9,8 +9,6 @@ const adapt = hasAdapter ? hasAdapter : 'node';
9
import { mdsvex } from 'mdsvex';
10
import mdsvexConfig from './mdsvex.config.js';
11
12
-import { imagetools } from 'vite-imagetools';
13
-
14
import preprocess from 'svelte-preprocess';
15
import { resolve } from 'path';
16
import { dirname } from 'path';
@@ -88,7 +86,6 @@ const config = {
88
86
$environment: resolve(__dirname, './src/environments'),
89
87
},
90
91
- plugins: [imagetools({ force: true })],
92
envPrefix: ['VITE_', 'SVELTEKIT_BLOG_'],
93
}),
94
0 commit comments