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 = () => ( const ContactsPage: NextPage = () => (
<> <>
<Head> <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> </Head>
<PageWrapper> <PageWrapper>
<ContactsPageView /> <ContactsPageView />