Edit open graph
This commit is contained in:
@@ -19,7 +19,7 @@ export default function HeadLayout({
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<Head prefix='website: https://ogp.me/ns/website#'>
|
||||
<title>{`${title ? `#OKi | ${title}` : '#OKi | Organisation KA Internationale'}`}</title>
|
||||
<link rel='canonical' href={`${slug ? `${siteUrl}/${slug}` : siteUrl}`} />
|
||||
<link rel='manifest' href='/manifest.json' />
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import createEmotionCache from '../lib/create-emotion-cache'
|
||||
export default class MyDocument extends Document {
|
||||
render() {
|
||||
return (
|
||||
<Html lang='fr' prefix='website: https://ogp.me/ns/website#'>
|
||||
<Html lang='fr' prefix='og: https://ogp.me/ns#'>
|
||||
<Head>
|
||||
<link rel='manifest' href='/manifest.json' />
|
||||
<link rel='icon' type='image/x-icon' sizes='128x128' href='/favicon.ico' />
|
||||
|
||||
Reference in New Issue
Block a user