Skip to content

Commit

Permalink
fix deploy docs (#404)
Browse files Browse the repository at this point in the history
* fix route

* trigger

* remove pr deploy trigger
  • Loading branch information
qiweiii authored Sep 15, 2023
1 parent db79e9f commit 3cd06ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
description: 'Chopsticks Types Documentation',
// Required for api-extractor markdown (https://github.com/vuejs/vitepress/pull/664)
markdown: { attrs: { disable: true } },
base: '/docs/',
base: '/chopsticks/docs/',
srcDir: 'docs-src',
outDir: 'dist/docs',
rewrites: {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<body>
<div style="position: absolute; top: 10px; right: 10px">
<a href="/docs">
<a href="/chopsticks/docs">
<button>Go to docs</button>
</a>
</div>
Expand Down

0 comments on commit 3cd06ac

Please sign in to comment.