This commit is contained in:
@ -65,6 +65,7 @@ export interface GlobalConfiguration {
|
||||
* Region Codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
||||
*/
|
||||
locale: ValidLocale
|
||||
fediverseCreator?: string
|
||||
}
|
||||
|
||||
export interface QuartzConfig {
|
||||
|
@ -32,6 +32,8 @@ export default (() => {
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<meta property="fediverse:creator" content={cfg.fediverseCreator} />
|
||||
|
||||
{cfg.baseUrl && <meta property="og:image" content={ogImagePath} />}
|
||||
<meta property="og:width" content="1200" />
|
||||
<meta property="og:height" content="675" />
|
||||
|
Reference in New Issue
Block a user