App-Open-Source-per-iPhone-.../gatsby/gatsby-ssr.js

9 lines
273 B
JavaScript

/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/ssr-apis/
*/
export { default as wrapRootElement } from './src/libs/wrapRootElement'
export { default as wrapPageElement } from './src/libs/wrapPageElement'