From ea9b96ad6d18cd9d10250e787018bd97af200b70 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Mon, 28 Apr 2025 16:19:23 +0200 Subject: [PATCH] fix(icons): Remove non-existing alternate URL (#1324) --- web/src/app/icons/[icon]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/app/icons/[icon]/page.tsx b/web/src/app/icons/[icon]/page.tsx index c9ffb02d..bd0c064c 100644 --- a/web/src/app/icons/[icon]/page.tsx +++ b/web/src/app/icons/[icon]/page.tsx @@ -85,7 +85,6 @@ export async function generateMetadata({ params, searchParams }: Props, parent: description: `Download the ${formattedIconName} icon in SVG, PNG, and WEBP formats for FREE. Part of a collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`, }, alternates: { - canonical: pageUrl, media: { png: `${BASE_URL}/png/${icon}.png`, svg: `${BASE_URL}/svg/${icon}.svg`,