enhanceApp.js 100 Bytes
export default ({ router }) => {
  router.addRoutes([
    { path: '/docs/', redirect: '/' },
  ])
}