22 lines
375 B
TypeScript
22 lines
375 B
TypeScript
export const APP = {
|
|
title: 'LegalGo',
|
|
description:
|
|
'Bonus judex secundum aequum et\n bonum judicat et aequitatem stricto juri praefert',
|
|
logo: '/images/logo.png',
|
|
}
|
|
|
|
export const META_TITLE_CONFIG = [
|
|
{
|
|
path: '/news',
|
|
title: 'Home',
|
|
},
|
|
{
|
|
path: '/auth/login',
|
|
title: 'Login',
|
|
},
|
|
{
|
|
path: '/auth/register',
|
|
title: 'Register',
|
|
},
|
|
]
|