2021-04-17 13:33:21 +00:00
|
|
|
import { defineConfig } from 'dumi';
|
2021-12-02 23:31:22 +00:00
|
|
|
|
2021-04-17 13:33:21 +00:00
|
|
|
export default defineConfig({
|
2021-11-16 03:06:17 +00:00
|
|
|
title: 'NocoBase',
|
2021-12-06 13:23:34 +00:00
|
|
|
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',
|
2021-10-28 14:55:51 +00:00
|
|
|
mode: 'site',
|
2022-01-10 11:22:21 +00:00
|
|
|
resolve: {
|
|
|
|
includes: ['docs', 'packages/client'],
|
|
|
|
},
|
|
|
|
hash: true,
|
2021-04-17 13:33:21 +00:00
|
|
|
// more config: https://d.umijs.org/config
|
|
|
|
});
|