Update yhteystiedot.tsx

This commit is contained in:
Johannes Viirimäki
2024-09-23 12:46:17 +00:00
parent 9745276ffd
commit 0373e07d45
+1 -1
View File
@@ -7,7 +7,7 @@ import PageWrapper from "@views/common/PageWrapper";
const ContactsPage: NextPage = () => (
<>
<Head>
<link rel="canonical" href={`${process.env.NEXT_PUBLIC_SITE_URL}/kilta/yheystiedot`} />
<link rel="canonical" href={`${process.env.NEXT_PUBLIC_SITE_URL}/kilta/yhteystiedot`} />
</Head>
<PageWrapper>
<ContactsPageView />