Skip to content

Commit 5cb35e2

Browse files
authored
Update docusaurus.config.js
1 parent 2bac163 commit 5cb35e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ const config = {
2020
},
2121

2222
// Set the production url of your site here
23-
url: 'https://second-state.github.io',
23+
url: 'https://echokit.dev/',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
26-
baseUrl: '/echokit-doc/',
26+
baseUrl: '/docs/',
2727

2828
// GitHub pages deployment config.
2929
// If you aren't using GitHub pages, you don't need these.
3030
organizationName: 'second-state', // Usually your GitHub org/user name.
31-
projectName: 'echokit-doc', // Usually your repo name.
31+
projectName: 'echokit', // Usually your repo name.
3232

3333
onBrokenLinks: 'throw',
3434
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)