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 9d3a48b commit 5c55ad4Copy full SHA for 5c55ad4
astro.config.mjs
@@ -5,4 +5,12 @@ import { defineConfig } from 'astro/config';
5
export default defineConfig({
6
site: 'https://vbprodev.github.io/decimal-and-balanced-ternary-converter/',
7
base: '/decimal-and-balanced-ternary-converter/',
8
+ vite: {
9
+ build: {
10
+ assetsInlineLimit: 0, // Ensures worker files are always emitted as separate files
11
+ },
12
+ worker: {
13
+ format: 'es', // Use ES modules format for workers
14
15
16
});
0 commit comments