const routes= [ { name: 'browser', path: '/' }, { name: 'artist', path: '/:artist<[^/?#\\[\\]]+>' }, { name: 'album', path: '/:artist<[^/?#\\[\\]]+>/:album<[^/?#\\[\\]]+>' } ] export default routes;