export default { layout: 'custom', render (h) { return h('h2', 'custom page') } }