@netlify/content-engine
Version:
11 lines • 360 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.constructConfigObject = constructConfigObject;
function constructConfigObject(gatsbyConfig) {
return {
...(gatsbyConfig.assetPrefix
? { assetPrefix: gatsbyConfig.assetPrefix }
: {}),
};
}
//# sourceMappingURL=gatsby-cloud-config.js.map
;