UNPKG

262 BJavaScriptView Raw
1// Proxy to TypeScript-compiled output.
2// Note that unlike gatsby-node.js, we need to explicitly define the exported hooks
3// as they seem to be statically analyzed at build time.
4const ssr = require('./lib/gatsby-ssr')
5
6exports.onRenderBody = ssr.onRenderBody