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
});
