修复baseUrl错误

This commit is contained in:
wxzhang 2022-08-07 14:38:12 +08:00
parent 6413c568b1
commit 0a43be2d19
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { defineConfig } from 'dumi';
export default defineConfig({
title: 'VoerkaI18n',
base:"voerkao18n",
base:"/voerkai18n",
mode: 'site',
logo: "/images/i18n.png",
outputPath:"docs/dist",