Skip to content

Commit

Permalink
fix: fix assets not showing up (#5757)
Browse files Browse the repository at this point in the history
After upgrading vite #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)
  • Loading branch information
sjaanus committed Jan 4, 2024
1 parent 8736189 commit 1d33942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/vite.config.mts
Expand Up @@ -31,6 +31,7 @@ export default mergeConfig(
build: {
outDir: 'build',
assetsDir: 'static',
assetsInlineLimit: 0,
modulePreload: false,
cssCodeSplit: false,
},
Expand Down

0 comments on commit 1d33942

Please sign in to comment.