Skip to content

Commit 4a839df

Browse files
authored
Update docusaurus.config.ts after repo name change
1 parent 6ab0871 commit 4a839df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { themes as prismThemes } from "prism-react-renderer";
44

55
// Set the /<baseUrl>/ pathname under which your site is served
66
// For GitHub pages deployment, it is often '/<projectName>/'
7-
let baseUrl = "/rts-docs-dev/";
7+
let baseUrl = "/rts-docs/";
88
if (process.env.PREVIEW_PATH) {
99
baseUrl += process.env.PREVIEW_PATH;
1010
}

0 commit comments

Comments
 (0)