Skip to content

Commit cfec518

Browse files
authored
chore: add gatsby-plugin-canonical-urls plugin to auto-add canonical tags on every products page (#365)
Co-authored-by: Temitayo Fadojutimi <[email protected]>
1 parent 1a796d3 commit cfec518

File tree

3 files changed

+1428
-24489
lines changed

3 files changed

+1428
-24489
lines changed

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,12 @@ module.exports = {
166166
selfHostedOrigin: "https://tr.www.cloudflare.com"
167167
},
168168
},
169+
{
170+
resolve: "gatsby-plugin-canonical-urls",
171+
options: {
172+
siteUrl: `https://developers.cloudflare.com`,
173+
stripQueryString: true,
174+
},
175+
},
169176
],
170177
}

0 commit comments

Comments
 (0)