From 934e57d2b3aa51fe7b0391f87ac071078ae3ad79 Mon Sep 17 00:00:00 2001 From: Dimitar Danailov Date: Fri, 14 Jun 2024 09:31:03 +0300 Subject: [PATCH] cannonical tag was incorrect --- apps/website/src/app/demos/dashboard-etherium-restake/seo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/app/demos/dashboard-etherium-restake/seo.ts b/apps/website/src/app/demos/dashboard-etherium-restake/seo.ts index 7039498..1dd889f 100644 --- a/apps/website/src/app/demos/dashboard-etherium-restake/seo.ts +++ b/apps/website/src/app/demos/dashboard-etherium-restake/seo.ts @@ -6,7 +6,7 @@ const assets = coingeckoIds.join(', ') const title = 'Coingecko: etherium restake price checker' const description = `Etherium restake price checker. Monitoring assets are ${assets}` -const canonical = '/demos/dashboard-solana-airdrops' +const canonical = '/demos/dashboard-etherium-restake' const props: InternalMetadata = { title,