Skip to content

Commit ebd63b2

Browse files
authored
feat(gatsby-source-wordpress): use image cdn for non-resizable images in html (svgs/gifs mainly) (#35529)
* use image cdn from non-resizeable image types in html image tags * start adding svg test * remove dead code and update comments * move try/catch one level higher and add needed info to publicUrlResolver * add untransformable image in html unit test * add svg image integration test * fix test after merge
1 parent 5e51519 commit ebd63b2

File tree

13 files changed

+6905
-3244
lines changed

13 files changed

+6905
-3244
lines changed

integration-tests/gatsby-source-wordpress/.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ACF_VERSION=5.8.7
66
YOAST_SEO_VERSION=18.7
77
WPGRAPHQL_YOAST_VERSION=v4.17.0
88
WPGRAPHQL_GUTENBERG_VERSION=v0.3.11
9+
SVG_SUPPORT_VERSION=2.4.2
910

1011
WPGRAPHQL_URL="http://localhost:8001/graphql"
1112
HTACCESS_USERNAME="admin"

0 commit comments

Comments
 (0)