fix: added www

This commit is contained in:
2023-10-29 15:41:11 +01:00
parent e7fae60efb
commit 247a9a17e0
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ export const onRenderBody = ({
setHeadComponents,
pathname,
}: RenderBodyArgs) => {
const currentUrl = `https://rickvanlieshout.com${pathname}`;
const currentUrl = `https://www.rickvanlieshout.com${pathname}`;
setHeadComponents([
<meta data-url="currentUrl" key="og:url" property="og:url" content={currentUrl} />,