UNPKG

@draftbox-co/gatsby-ghost-novela-theme

Version:

A Gatsby theme plugin for creating blogs from headless Ghost CMS.

9 lines (6 loc) 351 B
// Load static fonts // require('typeface-merriweather'); exports.onInitialClientRender = require('./src/gatsby/browser/onInitialClientRender'); exports.onRouteUpdate = require('./src/gatsby/browser/onRouteUpdate'); exports.shouldUpdateScroll = require('./src/gatsby/browser/shouldUpdateScroll'); exports.registerServiceWorker = () => true;