aboutsummaryrefslogtreecommitdiff
path: root/gatsby-ssr.js
blob: 75d85b854f32426f388a8be0d53d2dc09e4526e8 (plain)
1
2
3
4
5
6
// This file shouldn't be necessary, but for some reason Gatsby is not loading
// gatsby-ssr.tsx (note the "x") properly...
module.exports = require('./gatsby-ssr.tsx');
// this line shouldn't be necessary, but for some reason Gatsby does not load
// gatsby-ssr.js without it...
exports.onRenderBody = () => {};