UNPKG

gatsby-source-tilda

Version:

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

5 lines (4 loc) 136 B
export const createPageNodeId = ( createNodeId: (arg0: string) => string, pageId: string ) => createNodeId(`tilda-page-${pageId}`);