export const APP = { title: 'React Router', description: 'Bonus judex secundum aequum et\n bonum judicat et aequitatem stricto juri praefert', logo: '/images/logo.svg', } export const META_TITLE_CONFIG = [ { path: '/news', title: 'Home', }, { path: '/auth/login', title: 'Login', }, { path: '/auth/register', title: 'Register', }, ]