mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: fix assets not showing up (#5757)
After upgrading vite https://github.com/Unleash/unleash/pull/5703, small icons are not popping up anymore. Disabling inlining assets to make it work again. ![image](https://github.com/Unleash/unleash/assets/964450/54d33a22-5eaf-4a79-ac67-34092549803d)
This commit is contained in:
parent
8736189b4f
commit
1d3394262f
@ -31,6 +31,7 @@ export default mergeConfig(
|
||||
build: {
|
||||
outDir: 'build',
|
||||
assetsDir: 'static',
|
||||
assetsInlineLimit: 0,
|
||||
modulePreload: false,
|
||||
cssCodeSplit: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user