mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-28 23:49:50 +00:00
@ -16,6 +16,7 @@ class MyApp extends App {
|
||||
<meta key="description" name="description" content={config.og.description}/>
|
||||
|
||||
<meta key="og:url" property="og:url" content={config.domain + this.props.router.asPath} />
|
||||
<title key="title">{config.og.title}</title>
|
||||
<meta key="og:title" property="og:title" content={config.og.title}/>
|
||||
<meta key="og:description" property="og:description" content={config.og.description}/>
|
||||
<meta key="og:type" property="og:type" content="website" />
|
||||
|
Reference in New Issue
Block a user