Skip to content

Commit

Permalink
add article prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored and oliviertassinari committed Oct 31, 2022
1 parent de24daa commit acd5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class MyDocument extends Document {
const { canonicalAsServer, userLanguage } = this.props;

return (
<Html lang={userLanguage} prefix="og: http://ogp.me/ns#">
<Html lang={userLanguage} prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#">
<Head>
{/*
manifest.json provides metadata used when your web app is added to the
Expand Down

0 comments on commit acd5aae

Please sign in to comment.