set inlineStyleThreshold

pull/8917/head
Ben McCann 3 years ago
parent 3714907cc5
commit c06145191e

@ -4,7 +4,8 @@ import adapter from '@sveltejs/adapter-vercel';
/** @type {import('@sveltejs/kit').Config} */
export default {
kit: {
adapter: adapter()
adapter: adapter(),
inlineStyleThreshold: 25000
},
vitePlugin: {

Loading…
Cancel
Save