Skip to content

Commit 8337af8

Browse files
authored
Merge pull request #16927 from ethereum/fix/canonical-url-mismatch
Fix canonical URL mismatch for what-is-the-ethereum-network page
2 parents 56bfea4 + 1dc5ea8 commit 8337af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/[locale]/what-is-the-ethereum-network

app/[locale]/what-is-the-ethereum-network/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ export async function generateMetadata({
717717

718718
return await getMetadata({
719719
locale,
720-
slug: ["what-is-ethereum-network"],
720+
slug: ["what-is-the-ethereum-network"],
721721
title: t("page-what-is-ethereum-network-meta-title"),
722722
description: t("page-what-is-ethereum-network-meta-description"),
723723
twitterDescription: t(

0 commit comments

Comments
 (0)