Skip to content

Commit

Permalink
♻️ refactor: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Mar 6, 2024
1 parent d3b1d6d commit 392e20f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { defineConfig } from 'dumi';

const isProd = process.env.NODE_ENV === 'production';

export default defineConfig({
outputPath: 'docs-dist',
mfsu: false,
favicons: ['https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg'],
// @ts-ignore
ssr: false,
hash: true,
ignoreMomentLocale: true,
Expand Down

0 comments on commit 392e20f

Please sign in to comment.