Move default homeserver to config file

This commit is contained in:
David Baker 2022-12-20 17:26:45 +00:00
commit 96de515e56
13 changed files with 69 additions and 54 deletions

View file

@ -31,7 +31,7 @@ export default defineConfig(({ mode }) => {
svgrPlugin(),
htmlTemplate.default({
data: {
title: env.VITE_PRODUCT_NAME || "Element Call",
title: "Element Call",
},
}),
],