UNPKG

gatsby-theme-guitar-book

Version:

A Gatsby theme for building guitar book websites

7 lines (5 loc) 165 B
function getVersionBasePath(version) { return `/v${version.replace(/\s+/g, '-')}`; } exports.getVersionBasePath = getVersionBasePath; exports.HEADER_HEIGHT = 72;