-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.umirc.ts
More file actions
19 lines (18 loc) · 603 Bytes
/
.umirc.ts
File metadata and controls
19 lines (18 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { defineConfig } from 'dumi';
export default defineConfig({
title: 'querycap前端',
favicon:
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
logo:
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
outputPath: 'docs-dist',
mode: 'site',
navs: [
null, // null 值代表保留约定式生成的导航,只做增量配置
{
title: 'GitHub',
path: 'https://github.com/querycap/webappkit',
},
],
// more config: https://d.umijs.org/config
});