// file: nuxt.config.js import hooks from './hooks' // Typical nuxt.config.js, plus... export default { router: { base: '/portal', }, hooks: hooks(this), }