Skip to content

Commit 4f561a9

Browse files
committed
chore: Serve latest docs under v2 subpath
1 parent 2e4b1e8 commit 4f561a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = {
4242
url: process.env.PUBLIC_SITE_ROOT || 'http://localhost:3000',
4343
// Set the /<baseUrl>/ pathname under which your site is served
4444
// For GitHub pages deployment, it is often '/<projectName>/'
45-
baseUrl: '/docs',
45+
baseUrl: '/docs/v2',
4646

4747
// GitHub pages deployment config.
4848
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)