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 4ce50ee commit 1c3b7a0Copy full SHA for 1c3b7a0
packages/kit/test/prerendering/paths-base/vite.config.js
@@ -4,7 +4,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
4
/** @type {import('vite').UserConfig} */
5
const config = {
6
build: {
7
- minify: false
+ minify: false,
8
+ // disable inlining to test asset base path
9
+ assetsInlineLimit: 0
10
},
11
12
clearScreen: false,
0 commit comments