We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9b60b commit f9c11edCopy full SHA for f9c11ed
vite.config.ts
@@ -3,7 +3,7 @@ import { sveltekit } from '@sveltejs/kit/vite';
3
import { defineConfig } from 'vite';
4
5
export default defineConfig({
6
- assetsInclude: ['**/*.odt'],
+ assetsInclude: ['**/*.odt', '**/*.svg'],
7
plugins: [sveltekit()],
8
test: {
9
workspace: [
0 commit comments