const { site } = require('../config/speechConfig.js'); module.exports = (html, preloadedState) => { // take the html and preloadedState and return the full page return ` ${site.title}
${html}
`; };