Browse Source

fix: Link preview url

pull/6800/head
Muhammed Mustafa 11 months ago
parent
commit
06685e6e6a
  1. 12
      packages/nc-gui/nuxt.config.ts
  2. BIN
      packages/nc-gui/public/link-preview.webp

12
packages/nc-gui/nuxt.config.ts

@ -81,11 +81,6 @@ export default defineNuxtConfig({
content: 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.', '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' }, { hid: 'og:url', property: 'og:url', content: 'https://nocodb.com' },
// Twitter // Twitter
{ hid: 'twitter:card', name: 'twitter:card', content: 'summary_large_image' }, { hid: 'twitter:card', name: 'twitter:card', content: 'summary_large_image' },
@ -99,7 +94,12 @@ export default defineNuxtConfig({
{ {
hid: 'twitter:image', hid: 'twitter:image',
name: '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',
}, },
], ],
}, },

BIN
packages/nc-gui/public/link-preview.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Loading…
Cancel
Save