We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08003e commit b873b1dCopy full SHA for b873b1d
docusaurus.config.ts
@@ -15,11 +15,11 @@ const config: Config = {
15
},
16
17
// Set the production url of your site here
18
- url: 'http://localhost:3000',
+ url: 'https://contextgeneric.github.io',
19
// url: 'https://contextgeneric.dev',
20
// Set the /<baseUrl>/ pathname under which your site is served
21
// For GitHub pages deployment, it is often '/<projectName>/'
22
- baseUrl: '/',
+ baseUrl: '/cgp-website/',
23
24
// GitHub pages deployment config.
25
// If you aren't using GitHub pages, you don't need these.
0 commit comments