export default { dest: '/dist', title: '我的网络笔记本', description: 'This is my note web app.', theme: 'docz-theme-default', themeConfig: { colors: { mode: 'dark', primary: 'tomato', }, } }