Skip to content

Commit

Permalink
Update packages/kit/test/prerendering/paths-base/vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Oct 23, 2023
1 parent 7338cab commit a2a11d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/test/prerendering/paths-base/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
const config = {
build: {
minify: false,
// lower threshold to prevent inline to test asset base path
assetsInlineLimit: 100
// disable inlining to test asset base path
assetsInlineLimit: 0
},

clearScreen: false,
Expand Down

0 comments on commit a2a11d3

Please sign in to comment.