123456789101112
  1. module.exports = {
  2. title: '南京市云致技术服务有限公司',
  3. themeConfig: {
  4. nav: [
  5. { text: '产品', link: '/products/' },
  6. { text: '服务', link: '/service/' },
  7. { text: '关于我们', link: '/about/' },
  8. { text: 'External', link: 'https://google.com' },
  9. ]
  10. }
  11. }