Right now the Hosted WordPress import type runs only on .wordpress.com domains.
See this: https://github.com/11ty/eleventy-import/blob/c5070aeedc1e9acabc152fc550f5ee59bb940016/src/DataSource/HostedWordPressApi.js#L15-L18
We need to change this logic to support other domains OR add an explicit wordpress-hosted type here: https://github.com/11ty/eleventy-import/blob/c5070aeedc1e9acabc152fc550f5ee59bb940016/src/Importer.js#L169 that points directly to the HostedWordPressApi class.
Right now the Hosted WordPress import type runs only on
.wordpress.comdomains.See this: https://github.com/11ty/eleventy-import/blob/c5070aeedc1e9acabc152fc550f5ee59bb940016/src/DataSource/HostedWordPressApi.js#L15-L18
We need to change this logic to support other domains OR add an explicit
wordpress-hostedtype here: https://github.com/11ty/eleventy-import/blob/c5070aeedc1e9acabc152fc550f5ee59bb940016/src/Importer.js#L169 that points directly to the HostedWordPressApi class.