2022-10-21 12:23:41 +02:00

13 lines
169 B
JavaScript

export default {
MENU: [
{
nameIdent: 'Über Ocelot',
path: '/',
},
{
nameIdent: 'About',
url: 'https://ocelot.org',
},
],
}