diff --git a/packages/nc-gui/nuxt.config.ts b/packages/nc-gui/nuxt.config.ts index 65a3bf29e5..c662cf8730 100644 --- a/packages/nc-gui/nuxt.config.ts +++ b/packages/nc-gui/nuxt.config.ts @@ -81,11 +81,6 @@ export default defineNuxtConfig({ content: 'NocoDB provides an intuitive spreadsheet interface for creating online databases, either from scratch or by connecting to any Postgres/MySQL. Access your data through interactive UIs or via API and SQL. Get started for free.', }, - { - hid: 'og:image', - property: 'og:image', - content: 'https://uploads-ssl.webflow.com/650a7aeba6c28976499496bb/6525509952f7acbb92bc7b08_Cloud%20Thumbnail.webp', - }, { hid: 'og:url', property: 'og:url', content: 'https://nocodb.com' }, // Twitter { hid: 'twitter:card', name: 'twitter:card', content: 'summary_large_image' }, @@ -99,7 +94,12 @@ export default defineNuxtConfig({ { hid: 'twitter:image', name: 'twitter:image', - content: 'https://uploads-ssl.webflow.com/650a7aeba6c28976499496bb/6525509952f7acbb92bc7b08_Cloud%20Thumbnail.webp', + content: './link-preview.webp', + }, + { + hid: 'og:image', + property: 'og:image', + content: './link-preview.webp', }, ], }, diff --git a/packages/nc-gui/public/link-preview.webp b/packages/nc-gui/public/link-preview.webp new file mode 100644 index 0000000000..872aff6706 Binary files /dev/null and b/packages/nc-gui/public/link-preview.webp differ