UNPKG

gatsby-source-prismic

Version:

Gatsby source plugin for building websites using Prismic as a data source

8 lines (7 loc) 264 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const getModelsCacheKey = (args) => { return `${args.repositoryName}:models`; }; exports.getModelsCacheKey = getModelsCacheKey; //# sourceMappingURL=getModelsCacheKey.cjs.map