@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/builder/assets/bb-emblem-5d011fde.svg +13 -0
- package/builder/assets/{index-ee511bf3.js → index-687351e0.js} +87 -137
- package/builder/assets/index-84b270f4.css +6 -0
- package/builder/bblogo.png +0 -0
- package/builder/index.html +2 -2
- package/client/budibase-client.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.js.meta.json +1 -1
- package/package.json +8 -8
- package/src/api/controllers/static/index.ts +2 -2
- package/builder/assets/bb-emblem-05f7ae7a.svg +0 -80
- package/builder/assets/index-198fe8e5.css +0 -6
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/
|
|
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/
|
|
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
|
});
|