Skip to content

Commit 736b7d4

Browse files
committed
Remove hash for assets
1 parent c1abfc5 commit 736b7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig(({ mode }) => ({
2929
if (/png|jpe?g|svg|gif|tiff|bmp|ico/i.test(extType)) {
3030
extType = 'icons';
3131
}
32-
return `assets/${extType}/[name]-[hash][extname]`;
32+
return `assets/${extType}/[name][extname]`;
3333
},
3434
},
3535
},

0 commit comments

Comments
 (0)