From a007c9b4f4ee3bda4175f774f4cdf0c440b89ca3 Mon Sep 17 00:00:00 2001 From: Bamdad Sabbagh Date: Thu, 10 Oct 2024 04:48:45 +0200 Subject: [PATCH] fix: use canonical without trailing slash --- src/seo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seo.ts b/src/seo.ts index b2e97bf6..969e5641 100644 --- a/src/seo.ts +++ b/src/seo.ts @@ -4,7 +4,7 @@ import {TITLE_SEPARATOR} from 'src/constants'; const title = 'ScrewMyCode.in'; const description = 'Variable speed pitch control for YouTube, Soundcloud & Bandcamp'; -const url = 'https://www.screwmycode.in/'; +const url = 'https://www.screwmycode.in'; export const SEO: DefaultSeoProps = { defaultTitle: title,