mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 17:18:43 +08:00
15 lines
322 B
TypeScript
15 lines
322 B
TypeScript
import { defineConfig } from 'dumi';
|
|
|
|
export default defineConfig({
|
|
themeConfig: {
|
|
name: 'mapstruct-plus',
|
|
logo: false,
|
|
prefersColor: { default: 'auto' },
|
|
github: 'https://github.com/linpeilie',
|
|
footer: false
|
|
},
|
|
base: '/',
|
|
publicPath: '/',
|
|
sitemap: { hostname: 'https://mapstruct.plus' }
|
|
});
|