Skip to content

Commit

Permalink
fix(gatsby-plugin-sharp): PathPrefix isn't being passed/set for Gatsb…
Browse files Browse the repository at this point in the history
…yImage (gatsbyjs#28845)

* fix for path-prefix in GatsbyImage

* add e2e test for path prefix cases

* update tests

* forgot to save

* refactor

* add curlys
  • Loading branch information
gatsbybot committed Jan 5, 2021
1 parent d25fbcf commit 8c80310
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1761,12 +1761,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "14.14.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==

"@types/node@^8.5.7":
"@types/node@*", "@types/node@^8.5.7":
version "8.10.66"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
Expand Down

0 comments on commit 8c80310

Please sign in to comment.