We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb779 commit c932eeeCopy full SHA for c932eee
.dumirc.ts
@@ -3,9 +3,7 @@ import pkgJSON from './package.json';
3
import { defineThemeConfig } from 'dumi-theme-antd/dist/defineThemeConfig';
4
5
export default defineConfig({
6
- mfsu: false,
7
outputPath: 'docs-dist',
8
- ssr: process.env.NODE_ENV === 'development' ? false : {},
9
base: process.env.NODE_ENV === 'production' ? "/react-draggable-plus" : "/",
10
publicPath: process.env.NODE_ENV === 'production' ? "/react-draggable-plus/" : "/",
11
favicons: ['https://vue-draggable-plus.pages.dev/logo.svg'],
0 commit comments