Skip to content

Commit 8196b67

Browse files
lfranckexeniape
andauthored
Update ui/build.mjs
Co-authored-by: Xenia <xenia.fischer@stackable.tech>
1 parent 2be9eb9 commit 8196b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const cssResult = await build(
110110
if (name === 'site.css') return 'css/site-[hash][extname]';
111111
if (/\.(woff2?|ttf)$/.test(name)) return 'font/[name][extname]';
112112
if (/\.(svg|png|gif|ico|jpg)$/.test(name)) return 'img/[name][extname]';
113-
return 'css/[name][extname]';
113+
return 'css/[name]-[hash][extname]';
114114
}
115115
}
116116
}

0 commit comments

Comments
 (0)