Use the configured brand name in OpenGraph tags

Overlooked some of these when reviewing https://github.com/element-hq/element-call/pull/3006.
This commit is contained in:
Robin
2025-03-05 09:18:31 -05:00
parent 771397389c
commit ec73e7fa86
2 changed files with 6 additions and 6 deletions

View File

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