Skip to content

Commit

Permalink
fix: 生成环境用hash
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 4, 2024
1 parent 80f7ad0 commit 52c650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ module.exports = defineConfig({
title: "handwrite 手写文字生成",
},
},
filenameHashing: true
filenameHashing: process.env.NODE_ENV === 'production'
});

0 comments on commit 52c650f

Please sign in to comment.