Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-obs-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build docs
run: pnpm -F opentiny-docs build
env:
VITE_BASE: //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-openTiny-docs/${{ env.VERSION }}/tiny-openTiny-docs/
VITE_BASE: //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-openTiny-docs/${{ env.VERSION }}/openTiny-docs/
- name: Copy files
run: |
cp packages/opentiny-docs/dist/openTiny-docs/index.html packages/opentiny-docs/dist/openTiny-docs/404.html
Expand Down
1 change: 0 additions & 1 deletion packages/opentiny-docs/config/vite.config.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default mergeConfig(
mock: true,
base: process.env.VITE_BASE || '/',
plugins: [
configCompressPlugin('gzip'),
configVisualizerPlugin(),
configTinyResolverPlugin(),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 项目初始化

[快速开始](./quick-start)
[快速开始](../quick-start)

## 后端启动

Expand Down