2025-02-03 13:03:49 +08:00
|
|
|
export const APP = {
|
2025-02-01 00:43:21 +08:00
|
|
|
title: 'React Router',
|
2025-01-31 19:34:22 +08:00
|
|
|
description:
|
|
|
|
|
'Bonus judex secundum aequum et\n bonum judicat et aequitatem stricto juri praefert',
|
2025-02-01 00:43:21 +08:00
|
|
|
logo: '/images/logo.svg',
|
2025-01-31 19:34:22 +08:00
|
|
|
}
|
2025-02-03 13:03:49 +08:00
|
|
|
|
|
|
|
|
export const META_TITLE_CONFIG = [
|
|
|
|
|
{
|
|
|
|
|
path: '/news',
|
|
|
|
|
title: 'Home',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/auth/login',
|
|
|
|
|
title: 'Login',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/auth/register',
|
|
|
|
|
title: 'Register',
|
|
|
|
|
},
|
|
|
|
|
]
|