UNPKG

react-amap-v2

Version:

高德地图 v2.0 react 组件

18 lines (16 loc) 484 B
import { defineConfig } from 'dumi'; export default defineConfig({ hash: true, mode: 'site', logo: '/map.png', title: 'react-amap-v2', esbuild: {}, navs: [ { title: '使用教程', path: '/tutorial' }, { title: '示例中心', path: '/components' }, ], // base: '/react-amap-v2', // publicPath: '/react-amap-v2/', exportStatic: {}, // 将所有路由输出为 HTML 目录结构,以免刷新页面时 404 // more config: https://d.umijs.org/config });