comment out headerMenu.js

This commit is contained in:
ogerly 2022-10-21 12:30:45 +02:00
parent ef316d5c36
commit b467e6846a

View File

@ -1,12 +1,12 @@
export default { export default {
MENU: [ MENU: [
{ // {
nameIdent: 'Über Ocelot', // nameIdent: 'nameIdent',
path: '/', // path: '/',
}, // },
{ // {
nameIdent: 'About', // nameIdent: 'nameIdent',
url: 'https://ocelot.org', // url: 'https://ocelot.social',
}, // },
], ],
} }