🔧工具(other): update .env

This commit is contained in:
2024-03-22 22:00:07 +08:00
parent 52592e5e73
commit 07d56b10ee
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export default defineConfig(({ mode, command }) => {
*/
inject: {
data: {
title: env.VITE_TITLE_NAME
title: env.VITE_TITLE_NAME,
}
}
}),