UNPKG

gatsby-source-wordpress

Version:

Source data from WordPress in an efficient and scalable way.

13 lines (12 loc) 351 B
"use strict"; exports.__esModule = true; exports.imageRoutes = void 0; var _polyfillRemoteFile = require("gatsby-plugin-utils/polyfill-remote-file"); const imageRoutes = async ({ app, store }) => { (0, _polyfillRemoteFile.polyfillImageServiceDevRoutes)(app, store); }; exports.imageRoutes = imageRoutes; //# sourceMappingURL=image-routes.js.map