Ensure title value is passed to client app

This commit is contained in:
Peter Clement 2024-03-01 14:59:30 +00:00
parent 873a8396e6
commit d59b3b628a
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ export const serveApp = async function (ctx: Ctx) {
if (!env.isJest()) {
const plugins = objectStore.enrichPluginURLs(appInfo.usedPlugins)
const { head, html, css } = AppComponent.render({
title: branding?.platformTitle || `${appInfo.name}`,
metaImage:
branding?.metaImageUrl ||
"https://res.cloudinary.com/daog6scxm/image/upload/v1698759482/meta-images/plain-branded-meta-image-coral_ocxmgu.png",