Skip to content

Commit b873b1d

Browse files
committed
Fix base URL
1 parent a08003e commit b873b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

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

1717
// Set the production url of your site here
18-
url: 'http://localhost:3000',
18+
url: 'https://contextgeneric.github.io',
1919
// url: 'https://contextgeneric.dev',
2020
// Set the /<baseUrl>/ pathname under which your site is served
2121
// For GitHub pages deployment, it is often '/<projectName>/'
22-
baseUrl: '/',
22+
baseUrl: '/cgp-website/',
2323

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

0 commit comments

Comments
 (0)