Skip to content

Commit

Permalink
🐛 继续优化一下
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 7, 2021
1 parent e05a01b commit aa149db
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .umirc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'dumi';
import {defineConfig} from 'dumi';
import path from 'path';

export default defineConfig({
Expand All @@ -7,16 +7,17 @@ export default defineConfig({
logo: 'https://img.alicdn.com/tfs/TB17UtINiLaK1RjSZFxXXamPFXa-606-643.png',
outputPath: 'docs-dist',
dynamicImport: {
loading:'antd/lib/spin',
loading: 'antd/lib/spin',
},
ignoreMomentLocale: false,
navs: [
{
title: 'FormRender',
path: '/form-render',
children: [
{ title: '教程', path: '/form-render/guide' },
{ title: 'Schema', path: '/form-render/schema' },
{ title: 'Playground', path: '/playground' },
{title: '教程', path: '/form-render/guide'},
{title: 'Schema', path: '/form-render/schema'},
{title: 'Playground', path: '/playground'},
],
},
{
Expand Down Expand Up @@ -56,7 +57,7 @@ export default defineConfig({
title: '国内镜像',
path: 'https://x-render.gitee.io/form-render/',
},
{ title: 'GitHub', path: 'https://github.com/alibaba/form-render' },
{title: 'GitHub', path: 'https://github.com/alibaba/form-render'},
],
mode: 'site',
alias: {
Expand Down

0 comments on commit aa149db

Please sign in to comment.