diff --git a/vite.config.mts b/vite.config.mts index 3250e8f786..f27941e5a4 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -120,6 +120,8 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => { manifest: true, outDir, assetsDir: 'assets', + assetsInlineLimit: (filePath, _) => + /\.woff2?$/.exec(filePath) ? false : undefined, rollupOptions: { input: await findEntrypoints(), output: {