import { defineConfig } from 'dumi'; export default defineConfig({ outputPath: 'docs-dist', themeConfig: { name: '百变怪', }, });