comment out unused menu

This commit is contained in:
ogerly 2022-10-27 08:51:40 +02:00
parent bad97a2fca
commit 2ae5e26376

View File

@ -1,13 +1,13 @@
export default {
MENU: [
{
nameIdent: 'nameIdent',
path: '/',
},
{
nameIdent: 'nameIdent',
url: 'https://ocelot.social',
target: '_blank',
},
// {
// nameIdent: 'nameIdent',
// path: '/',
// },
// {
// nameIdent: 'nameIdent',
// url: 'https://ocelot.social',
// target: '_blank',
// },
],
}