mirror of
https://github.com/kennethnym/freya
synced 2026-06-26 03:11:14 +01:00
Compare commits
2 Commits
feat/new-s
...
feat/remov
| Author | SHA1 | Date | |
|---|---|---|---|
|
dbcb500694
|
|||
| 2b02c1a9d0 |
@@ -37,13 +37,13 @@ export function meta({}: Route.MetaArgs) {
|
|||||||
},
|
},
|
||||||
{ property: "og:title", content: PAGE_TITLE },
|
{ property: "og:title", content: PAGE_TITLE },
|
||||||
{ property: "og:description", content: PAGE_DESCRIPTION },
|
{ property: "og:description", content: PAGE_DESCRIPTION },
|
||||||
{ property: "og:image", content: "https://ael.is/social-media-preview.png" },
|
{ property: "og:image", content: "https://ael.is/social-media-preview.jpg" },
|
||||||
{ property: "og:url", content: "https://ael.is" },
|
{ property: "og:url", content: "https://ael.is" },
|
||||||
{ property: "og:type", content: "website" },
|
{ property: "og:type", content: "website" },
|
||||||
{ name: "twitter:card", content: "summary_large_image" },
|
{ name: "twitter:card", content: "summary_large_image" },
|
||||||
{ name: "twitter:title", content: PAGE_TITLE },
|
{ name: "twitter:title", content: PAGE_TITLE },
|
||||||
{ name: "twitter:description", content: PAGE_DESCRIPTION },
|
{ name: "twitter:description", content: PAGE_DESCRIPTION },
|
||||||
{ name: "twitter:image", content: "https://ael.is/social-media-preview.png" },
|
{ name: "twitter:image", content: "https://ael.is/social-media-preview.jpg" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user