diff --git a/assets/merakiui-og.png b/assets/merakiui-og.png deleted file mode 100644 index 9579006..0000000 Binary files a/assets/merakiui-og.png and /dev/null differ diff --git a/assets/merakiui-thumbnail.png b/assets/merakiui-thumbnail.png new file mode 100644 index 0000000..fd04de1 Binary files /dev/null and b/assets/merakiui-thumbnail.png differ diff --git a/nuxt.config.js b/nuxt.config.js index 99e5e34..e12e34e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -11,32 +11,32 @@ export default { // Global page headers: https://go.nuxtjs.dev/config-head head: { - title: 'Meraki UI Tailwindcss Components', + title: 'Meraki UI Tailwind CSS Components', htmlAttrs: { lang: 'en' }, meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { hid: 'description', name: 'description', content: 'Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.' }, + { hid: 'description', name: 'description', content: 'Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.' }, { name: "twitter:card", content: "summary_large_image" }, - { hid: "twitter:title", name: "twitter:title", content: "Meraki UI Tailwindcss Components" }, + { hid: "twitter:title", name: "twitter:title", content: "Meraki UI Tailwind CSS Components" }, { hid: "twitter:description", name: "twitter:description", content: - "Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.", + "Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", }, - { hid: "twitter:image", name: "twitter:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-og.png' }, - { hid: "og:title", property: "og:title", content: "Meraki UI Tailwindcss Components" }, + { hid: "twitter:image", name: "twitter:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-thumbnail.png' }, + { hid: "og:title", property: "og:title", content: "Meraki UI Tailwind CSS Components" }, { property: "og:site_name", content: "Meraki UI" }, { hid: "og:type", property: "og:type", content: "website" }, - { hid: "og:image", property: "og:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-og.png' }, + { hid: "og:image", property: "og:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-thumbnail.png' }, { hid: "og:description", property: "og:description", content: - "Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.", + "Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", }, ], link: [