mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
14 lines
196 B
JavaScript
14 lines
196 B
JavaScript
export default {
|
|
MENU: [
|
|
{
|
|
nameIdent: 'nameIdent',
|
|
path: '/',
|
|
},
|
|
{
|
|
nameIdent: 'nameIdent',
|
|
url: 'https://ocelot.social',
|
|
target: '_blank'
|
|
},
|
|
],
|
|
}
|