diff --git a/gatsby-ssr.js b/gatsby-ssr.js new file mode 100644 index 00000000..00e10128 --- /dev/null +++ b/gatsby-ssr.js @@ -0,0 +1 @@ +export { wrapRootElement } from './gatsby-browser';