// file: hooks/index.js import render from './render' // 'render:context' export default (nuxtConfig) => ({ render: render(nuxtConfig), })