Skip to content

Commit

Permalink
chore: add umirc
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Nov 1, 2022
1 parent 9e5535d commit 07373e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// more config: https://d.umijs.org/config
import { defineConfig } from 'dumi';

export default defineConfig({
title: 'rc-steps',
favicon: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
outputPath: '.doc',
exportStatic: {},
base: '/rc-steps',
publicPath: '/rc-steps/',
hash: true,
});

0 comments on commit 07373e4

Please sign in to comment.