From 27a32312af68a257a6fb579825c988c77a0f27c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Famibelle-Pronzola?= Date: Sat, 4 Mar 2023 15:45:11 +0400 Subject: [PATCH] Edit open graph --- components/head-layout.js | 2 +- pages/_document.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/head-layout.js b/components/head-layout.js index e501e24..1448718 100644 --- a/components/head-layout.js +++ b/components/head-layout.js @@ -19,7 +19,7 @@ export default function HeadLayout({ }) { return (
- + {`${title ? `#OKi | ${title}` : '#OKi | Organisation KA Internationale'}`} diff --git a/pages/_document.js b/pages/_document.js index f1fef1e..b1729b9 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -8,7 +8,7 @@ import createEmotionCache from '../lib/create-emotion-cache' export default class MyDocument extends Document { render() { return ( - +