UNPKG

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

Version:

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

7 lines (6 loc) 187 B
import React from "react"; export const onPreRenderHTML = ({ pathname, replacePreBodyComponents }) => { if (pathname.includes("/amp/")) { replacePreBodyComponents([]); } };