We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1abfc5 commit 736b7d4Copy full SHA for 736b7d4
vite.config.ts
@@ -29,7 +29,7 @@ export default defineConfig(({ mode }) => ({
29
if (/png|jpe?g|svg|gif|tiff|bmp|ico/i.test(extType)) {
30
extType = 'icons';
31
}
32
- return `assets/${extType}/[name]-[hash][extname]`;
+ return `assets/${extType}/[name][extname]`;
33
},
34
35
0 commit comments