const navLinks = [{ title: '主页', url: '/', }, { title: '标签', url: '/tags', }, { title: '学习资料', url: '/courses', }, ] export default navLinks