🍱 Add apple touch icon
This commit is contained in:
20
utils/seo.ts
20
utils/seo.ts
@ -1,20 +0,0 @@
|
||||
export function createSEOHead(title: string, description: string, url: string) {
|
||||
return [
|
||||
{ key: "og:title", property: "og:title", content: title },
|
||||
{
|
||||
key: "og:description",
|
||||
name: "og:description",
|
||||
content: description,
|
||||
},
|
||||
{
|
||||
key: "description",
|
||||
name: "description",
|
||||
content: description,
|
||||
},
|
||||
{
|
||||
hid: 'og:url',
|
||||
property: 'og:url',
|
||||
content: useRuntimeConfig().public.siteUrl + '/' + url,
|
||||
},
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user