mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:57:20 +00:00
11 lines
406 B
TypeScript
11 lines
406 B
TypeScript
import { defineConfig } from 'dumi';
|
|
|
|
export default defineConfig({
|
|
title: 'NocoBase',
|
|
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',
|
|
// more config: https://d.umijs.org/config
|
|
});
|