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 { export default {
MENU: [ MENU: [
{ // {
nameIdent: 'nameIdent', // nameIdent: 'nameIdent',
path: '/', // path: '/',
}, // },
{ // {
nameIdent: 'nameIdent', // nameIdent: 'nameIdent',
url: 'https://ocelot.social', // url: 'https://ocelot.social',
target: '_blank', // target: '_blank',
}, // },
], ],
} }