Update meta image tag to coral wordmark
This commit is contained in:
parent
a857b4aca6
commit
3641482365
|
@ -123,7 +123,7 @@ export const serveApp = async function (ctx: Ctx) {
|
||||||
const { head, html, css } = App.render({
|
const { head, html, css } = App.render({
|
||||||
metaImage:
|
metaImage:
|
||||||
branding?.metaImageUrl ||
|
branding?.metaImageUrl ||
|
||||||
"https://res.cloudinary.com/daog6scxm/image/upload/v1666109324/meta-images/budibase-meta-image_uukc1m.png",
|
"https://res.cloudinary.com/daog6scxm/image/upload/v1698759482/meta-images/plain-branded-meta-image-coral_ocxmgu.png",
|
||||||
metaDescription: branding?.metaDescription || "",
|
metaDescription: branding?.metaDescription || "",
|
||||||
metaTitle:
|
metaTitle:
|
||||||
branding?.metaTitle || `${appInfo.name} - built with Budibase`,
|
branding?.metaTitle || `${appInfo.name} - built with Budibase`,
|
||||||
|
@ -161,7 +161,7 @@ export const serveApp = async function (ctx: Ctx) {
|
||||||
metaTitle: branding?.metaTitle,
|
metaTitle: branding?.metaTitle,
|
||||||
metaImage:
|
metaImage:
|
||||||
branding?.metaImageUrl ||
|
branding?.metaImageUrl ||
|
||||||
"https://res.cloudinary.com/daog6scxm/image/upload/v1666109324/meta-images/budibase-meta-image_uukc1m.png",
|
"https://res.cloudinary.com/daog6scxm/image/upload/v1698759482/meta-images/plain-branded-meta-image-coral_ocxmgu.png",
|
||||||
metaDescription: branding?.metaDescription || "",
|
metaDescription: branding?.metaDescription || "",
|
||||||
favicon:
|
favicon:
|
||||||
branding.faviconUrl !== ""
|
branding.faviconUrl !== ""
|
||||||
|
|
Loading…
Reference in New Issue