We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aade0 commit 9af7114Copy full SHA for 9af7114
docusaurus/docusaurus.config.ts
@@ -8,10 +8,10 @@ const config: Config = {
8
favicon: 'img/logo.svg',
9
10
// Set the production url of your site here
11
- url: 'https://ruby-couchbase-orm.github.io/',
+ url: 'https://couchbase-examples.github.io/',
12
// Set the /<baseUrl>/ pathname under which your site is served
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl: '/',
+ baseUrl: '/ruby-couchbase-orm-quickstart/',
15
16
// GitHub pages deployment config.
17
// If you aren't using GitHub pages, you don't need these.
0 commit comments