From f9d372b606edf61e121a4247049ff1573d5b6347 Mon Sep 17 00:00:00 2001 From: Luca Burgio Date: Tue, 20 Feb 2024 11:22:56 +0100 Subject: [PATCH] chore: prettier --- iconoir.com/components/SEO.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iconoir.com/components/SEO.tsx b/iconoir.com/components/SEO.tsx index 46566c4a4..77f968f8a 100644 --- a/iconoir.com/components/SEO.tsx +++ b/iconoir.com/components/SEO.tsx @@ -13,7 +13,9 @@ export function SEO({ title, description }: SEOProps) { const pageDescription = description; const pathWithoutQuery = asPath.split(/[?#]/)[0]; - const canonicalUrl = `https://iconoir.com${pathWithoutQuery !== '/' ? pathWithoutQuery : ''}`; + const canonicalUrl = `https://iconoir.com${ + pathWithoutQuery !== '/' ? pathWithoutQuery : '' + }`; return (