Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gatsby-source-wordpress): use image cdn for non-resizable images in html (svgs/gifs mainly) #35529

Merged
merged 11 commits into from
May 4, 2022
Merged
1 change: 1 addition & 0 deletions integration-tests/gatsby-source-wordpress/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ACF_VERSION=5.8.7
YOAST_SEO_VERSION=18.7
WPGRAPHQL_YOAST_VERSION=v4.17.0
WPGRAPHQL_GUTENBERG_VERSION=v0.3.11
SVG_SUPPORT_VERSION=2.4.2

WPGRAPHQL_URL="http://localhost:8001/graphql"
HTACCESS_USERNAME="admin"
Expand Down
Loading