修复baseUrl错误
This commit is contained in:
parent
6413c568b1
commit
0a43be2d19
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
# path: node_modules/
|
# path: node_modules/
|
||||||
# key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
|
# key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# ${{ runner.os }}-node-modules-
|
# ${{ runner.os }}-node-modules-
|
||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
if: steps.node-modules.outputs.cache-hit != 'true'
|
if: steps.node-modules.outputs.cache-hit != 'true'
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
@ -4,7 +4,7 @@ import { defineConfig } from 'dumi';
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: 'VoerkaI18n',
|
title: 'VoerkaI18n',
|
||||||
base:"voerkao18n",
|
base:"/voerkai18n",
|
||||||
mode: 'site',
|
mode: 'site',
|
||||||
logo: "/images/i18n.png",
|
logo: "/images/i18n.png",
|
||||||
outputPath:"docs/dist",
|
outputPath:"docs/dist",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user