UNPKG

gatsby-source-tilda

Version:

Gatsby source plugin for building websites using the tilda.cc CMS as a data source

6 lines (5 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createPageNodeId = void 0; const createPageNodeId = (createNodeId, pageId) => createNodeId(`tilda-page-${pageId}`); exports.createPageNodeId = createPageNodeId;