mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-11 00:33:03 +00:00
Fix og image
This commit is contained in:
@@ -20,18 +20,20 @@ export default {
|
|||||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
{ 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 Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.' },
|
||||||
{ name: "twitter:card", content: "summary_large_image" },
|
{ name: "twitter:card", content: "summary_large_image" },
|
||||||
{ name: "twitter:title", content: "Meraki UI Tailwindcss Components" },
|
{ hid: "twitter:title", name: "twitter:title", content: "Meraki UI Tailwindcss Components" },
|
||||||
{
|
{
|
||||||
|
hid: "twitter:description",
|
||||||
name: "twitter:description",
|
name: "twitter:description",
|
||||||
content:
|
content:
|
||||||
"Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.",
|
"Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.",
|
||||||
},
|
},
|
||||||
{ name: "twitter:image", content: '~/assets/merakiui-og.png' },
|
{ hid: "twitter:image", name: "twitter:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-og.png' },
|
||||||
{ property: "og:title", content: "Meraki UI Tailwindcss Components" },
|
{ hid: "og:title", property: "og:title", content: "Meraki UI Tailwindcss Components" },
|
||||||
{ property: "og:site_name", content: "Meraki UI" },
|
{ property: "og:site_name", content: "Meraki UI" },
|
||||||
{ property: "og:type", content: "website" },
|
{ hid: "og:type", property: "og:type", content: "website" },
|
||||||
{ property: "og:image", content: '~/assets/merakiui-og.png' },
|
{ hid: "og:image", property: "og:image", content: 'https://raw.githubusercontent.com/bakateam/merakiui/main/assets/merakiui-og.png' },
|
||||||
{
|
{
|
||||||
|
hid: "og:description",
|
||||||
property: "og:description",
|
property: "og:description",
|
||||||
content:
|
content:
|
||||||
"Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.",
|
"Beautiful Tailwindcss components that support RTL languages & fully responsive based on Flexbox & CSS Grid.",
|
||||||
|
|||||||
Reference in New Issue
Block a user