Skip to content

Commit ada62c3

Browse files
committed
chore: Reduce inmline asset limit
1 parent 4603a8b commit ada62c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export default defineConfig({
3030
}
3131
},
3232
build: {
33-
assetsInlineLimit: 1024
33+
assetsInlineLimit: 512
3434
}
3535
})

0 commit comments

Comments
 (0)