Skip to content

Commit cbc0ef5

Browse files
committed
fix: update docusaurus baseUrl
1 parent 5fa3449 commit cbc0ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: Config = {
1111
url: 'https://your-docusaurus-site.example.com',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: '/DFMY-RType/',
1515

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

0 commit comments

Comments
 (0)