Skip to content

Commit d1d5742

Browse files
Copilotneilime
andcommitted
feat: Configure Docusaurus for custom domain deployment at docs.hoverkraft.cloud
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent cd04a4d commit d1d5742

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ const config: Config = {
1515
},
1616

1717
// Set the production url of your site here
18-
url: 'https://hoverkraft-tech.github.io',
18+
url: 'https://docs.hoverkraft.cloud',
1919
// Set the /<baseUrl>/ pathname under which your site is served
20-
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: '/public-docs/',
20+
// For custom domain deployment, this is typically '/'
21+
baseUrl: '/',
2222

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

0 commit comments

Comments
 (0)