Files
NoteNextra-origin/pages/_meta.js
Zheyuan Wu 30ef4e9ca8 new course
2025-01-13 10:46:58 -06:00

44 lines
693 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'
}
},
theme:{
sidebar: false,
}
},
Math429:{
type: 'page',
},
Math4111: {
type: 'page',
},
CSE442T: {
type: 'page',
},
CSE347: {
type: 'page',
},
Math4121: {
type: 'page',
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}