We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b873b1d commit cc92f51Copy full SHA for cc92f51
docusaurus.config.ts
@@ -15,11 +15,10 @@ const config: Config = {
15
},
16
17
// Set the production url of your site here
18
- url: 'https://contextgeneric.github.io',
19
- // url: 'https://contextgeneric.dev',
+ 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: '/cgp-website/',
+ baseUrl: '/',
23
24
// GitHub pages deployment config.
25
// If you aren't using GitHub pages, you don't need these.
0 commit comments