Files
NoteNextra-origin/pages/_meta.js
2024-11-18 07:13:11 -06:00

30 lines
504 B
JavaScript

export default {
index: {
title: 'Home',
type: 'menu',
items: {
index: {
title: 'Home',
href: '/'
},
about: {
title: 'About',
href: '/about'
},
contact: {
title: 'Contact Me',
href: '/contact'
}
}
},
Math4111: {
title: 'Math 4111',
type: 'page'
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}