Skip to content

Commit 9af7114

Browse files
committed
chore: Update Docusaurus configuration for Ruby Couchbase ORM tutorial
1 parent 86aade0 commit 9af7114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const config: Config = {
88
favicon: 'img/logo.svg',
99

1010
// Set the production url of your site here
11-
url: 'https://ruby-couchbase-orm.github.io/',
11+
url: 'https://couchbase-examples.github.io/',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: '/ruby-couchbase-orm-quickstart/',
1515

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

0 commit comments

Comments
 (0)