File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ const config: GatsbyConfig = {
6666 trackingId : "UA-44373548-16" ,
6767 } ,
6868 } ,
69+ {
70+ resolve : "gatsby-plugin-canonical-urls" ,
71+ options : {
72+ siteUrl : "https://graphql.org" ,
73+ stripQueryString : true ,
74+ } ,
75+ } ,
6976 {
7077 resolve : "gatsby-plugin-feed" ,
7178 options : {
Original file line number Diff line number Diff line change 6767 "eslint-plugin-tailwindcss" : " 3.12.0" ,
6868 "gatsby-plugin-postcss" : " 6.10.0" ,
6969 "gatsby-plugin-svgr" : " ^3.0.0-beta.0" ,
70+ "gatsby-plugin-canonical-urls" : " 5.12.0" ,
7071 "postcss" : " 8.4.23" ,
7172 "prettier" : " 2.8.8" ,
7273 "tailwindcss" : " 3.3.2" ,
Original file line number Diff line number Diff line change @@ -6566,6 +6566,13 @@ gatsby-plugin-anchor-links@1.2.1:
65666566 dependencies:
65676567 scroll-to-element "^2.0.3"
65686568
6569+ gatsby-plugin-canonical-urls@5.12.0:
6570+ version "5.12.0"
6571+ resolved "https://registry.yarnpkg.com/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-5.12.0.tgz#7526650cb6542870a3bc78749295102b820e7d34"
6572+ integrity sha512-A/PbUjDJOMHTAnM28o1xmBILJ8shpRJT9kud69zEgqxBpjKkKEVhtUTsvetvHkdhzjWuSwxIW9q/B4uBi/C3wg==
6573+ dependencies:
6574+ "@babel/runtime" "^7.20.13"
6575+
65696576gatsby-plugin-dynamic-open-graph-images@^1.1.4:
65706577 version "1.1.4"
65716578 resolved "https://registry.yarnpkg.com/gatsby-plugin-dynamic-open-graph-images/-/gatsby-plugin-dynamic-open-graph-images-1.1.4.tgz#b7141200e0a42f3c4afe0d9f25bc0f4a5bdab6b4"
You can’t perform that action at this time.
0 commit comments