mapstruct-plus/.dumirc.ts
2023-02-28 18:40:23 +08:00

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' }
});