module.exports = { title: '南京市云致技术服务有限公司', themeConfig: { nav: [ { text: '产品', link: '/products/' }, { text: '服务', link: '/service/' }, { text: '关于我们', link: '/about/' }, { text: 'External', link: 'https://google.com' }, ] } }