UNPKG

gatsby-theme-try-ghost

Version:

A Gatsby theme for building flaring fast blogs from headless Ghost CMS.

13 lines (8 loc) 300 B
module.exports = { // Include Gatsby images for lazy loading and image optimizations (default: true) gatsbyImages: true, // Loading methods: lazy, eager or auto (default: lazy) gatsbyImageLoading: `lazy`, // Fading in transition (default: true) gatsbyImageFadeIn: true, }