Fix syntax
This commit is contained in:
parent
c85d1c1d9c
commit
23387ee75f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default defineConfig(({ mode }) => {
|
|||
svgrPlugin(),
|
||||
htmlTemplate.default({
|
||||
data: {
|
||||
env.VITE_PRODUCT_NAME || title: "Element Call",
|
||||
title: env.VITE_PRODUCT_NAME || "Element Call",
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue