Add the mastodon link rel to the meta tags component
This commit is contained in:
parent
7f5aac05c4
commit
2d25be7b4c
@ -4,5 +4,5 @@ export type SiteMeta = {
|
|||||||
author?: string,
|
author?: string,
|
||||||
viewport?: string,
|
viewport?: string,
|
||||||
title?: string,
|
title?: string,
|
||||||
mastodonUrl?: string,
|
mastodonUrl?: string
|
||||||
};
|
};
|
||||||
|
@ -53,6 +53,7 @@ export function MetaTags({ meta }: { meta: SiteMeta }) {
|
|||||||
<Tags meta={meta} />
|
<Tags meta={meta} />
|
||||||
<Author meta={meta} />
|
<Author meta={meta} />
|
||||||
<ViewPort meta={meta} />
|
<ViewPort meta={meta} />
|
||||||
|
<MeRel meta={meta} />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user