@budibase/server 2.12.12 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -206139,7 +206139,7 @@ var init_static = __esm({
206139
206139
  const App15 = require("./BudibaseApp-6SC4MY4W.svelte").default;
206140
206140
  const plugins2 = objectStore_exports2.enrichPluginURLs(appInfo.usedPlugins);
206141
206141
  const { head, html, css } = App15.render({
206142
- metaImage: branding?.metaImageUrl || "https://res.cloudinary.com/daog6scxm/image/upload/v1666109324/meta-images/budibase-meta-image_uukc1m.png",
206142
+ metaImage: branding?.metaImageUrl || "https://res.cloudinary.com/daog6scxm/image/upload/v1698759482/meta-images/plain-branded-meta-image-coral_ocxmgu.png",
206143
206143
  metaDescription: branding?.metaDescription || "",
206144
206144
  metaTitle: branding?.metaTitle || `${appInfo.name} - built with Budibase`,
206145
206145
  title: appInfo.name,
@@ -206167,7 +206167,7 @@ var init_static = __esm({
206167
206167
  const { head, html, css } = App15.render({
206168
206168
  title: branding?.metaTitle,
206169
206169
  metaTitle: branding?.metaTitle,
206170
- metaImage: branding?.metaImageUrl || "https://res.cloudinary.com/daog6scxm/image/upload/v1666109324/meta-images/budibase-meta-image_uukc1m.png",
206170
+ metaImage: branding?.metaImageUrl || "https://res.cloudinary.com/daog6scxm/image/upload/v1698759482/meta-images/plain-branded-meta-image-coral_ocxmgu.png",
206171
206171
  metaDescription: branding?.metaDescription || "",
206172
206172
  favicon: branding.faviconUrl !== "" ? objectStore_exports2.getGlobalFileUrl("settings", "faviconUrl") : ""
206173
206173
  });