fix: set current url tags in both ssr and browser space

This commit is contained in:
2023-10-29 15:33:28 +01:00
parent e065f16fb5
commit 1c4c9d058a
3 changed files with 22 additions and 6 deletions

View File

@@ -26,9 +26,9 @@ export const onRenderBody = ({
const currentUrl = `https://rickvanlieshout.com${pathname}`;
setHeadComponents([
<meta key="og:url" property="og:url" content={currentUrl} />,
<link key="canonical" rel="canonical" href={currentUrl} />,
<meta property="test:rick" key="test:rick" content={currentUrl} />,
<meta data-url="currentUrl" key="og:url" property="og:url" content={currentUrl} />,
<link data-url="currentUrl" key="canonical" rel="canonical" href={currentUrl} />,
<meta data-url="currentUrl" property="test:rick" key="test:rick" content={currentUrl} />,
]);
setPreBodyComponents([