File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ const config: GatsbyConfig = {
66
66
trackingId : "UA-44373548-16" ,
67
67
} ,
68
68
} ,
69
+ {
70
+ resolve : "gatsby-plugin-canonical-urls" ,
71
+ options : {
72
+ siteUrl : "https://graphql.org" ,
73
+ stripQueryString : true ,
74
+ } ,
75
+ } ,
69
76
{
70
77
resolve : "gatsby-plugin-feed" ,
71
78
options : {
Original file line number Diff line number Diff line change 67
67
"eslint-plugin-tailwindcss" : " 3.12.0" ,
68
68
"gatsby-plugin-postcss" : " 6.10.0" ,
69
69
"gatsby-plugin-svgr" : " ^3.0.0-beta.0" ,
70
+ "gatsby-plugin-canonical-urls" : " 5.12.0" ,
70
71
"postcss" : " 8.4.23" ,
71
72
"prettier" : " 2.8.8" ,
72
73
"tailwindcss" : " 3.3.2" ,
Original file line number Diff line number Diff line change 6566
6566
dependencies:
6567
6567
scroll-to-element "^2.0.3"
6568
6568
6569
+
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
+
6569
6576
gatsby-plugin-dynamic-open-graph-images@^1.1.4:
6570
6577
version "1.1.4"
6571
6578
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