Skip to content

Commit

Permalink
fix: use canonical without trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Oct 10, 2024
1 parent 291a00f commit a007c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a007c9b

Please sign in to comment.