修复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

@ -19,7 +19,7 @@ jobs:
# path: node_modules/
# key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
# restore-keys: |
# ${{ runner.os }}-node-modules-
# ${{ runner.os }}-node-modules-
- name: 安装依赖
if: steps.node-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile

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",