You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gatsby-source-wordpress): use unique multi-site node id's (#12683)
## Description
There was a little bug where in a multi-site config of the gatsby-source-wordpress plugin, the id's of the graphQL nodes were not always unique. Since the node id's were mainly being generated by the node.__type, in the case of two post types had the same type and id (even though they were from different data sources), resulted in only 1 graphQL node being created. This PR adds the __siteUrl to the id generation to resolve this issue.
(My previous PR needed to pull upstream changes, hopefully all circleci tests will pass)
## Related Issues
The changes in this PR will resolve this issue where [multi-site WordPress config looses data](#12608)
0 commit comments