module.exports = { plugins: [ `gatsby-plugin-offline`, { resolve: `gatsby-plugin-emotion`, }, { resolve: `gatsby-plugin-create-client-paths`, options: { prefixes: [`/app/*`] }, }, { resolve: `gatsby-plugin-prefetch-google-fonts`, options: { fonts: [ { family: `Montserrat`, variants: [`400`, `700`], }, ], }, }, ], }