Skip to content

Commit c7d3794

Browse files
committed
fix again
1 parent 983f0a2 commit c7d3794

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

doc/docusaurus.config.js

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,21 @@ const config = {
5555
'https://github.com/second-state/echokit/tree/main/doc/',
5656
},
5757
blog: {
58-
showReadingTime: true,
59-
feedOptions: {
60-
type: ['rss', 'atom'],
61-
xslt: true,
62-
},
63-
// Please change this to your repo.
64-
// Remove this to remove the "edit this page" links.
65-
editUrl:
66-
'https://github.com/second-state/echokit/tree/main/doc/',
67-
// Useful options to enforce blogging best practices
68-
onInlineTags: 'warn',
69-
onInlineAuthors: 'ignore',
70-
onUntruncatedBlogPosts: 'ignore',
58+
routeBasePath: 'dev',
59+
path: './dev',
60+
showReadingTime: true,
61+
feedOptions: {
62+
type: ['rss', 'atom'],
63+
xslt: true,
64+
},
65+
// Please change this to your repo.
66+
// Remove this to remove the "edit this page" links.
67+
editUrl:
68+
'https://github.com/second-state/echokit/tree/main/doc/',
69+
// Useful options to enforce blogging best practices
70+
onInlineTags: 'warn',
71+
onInlineAuthors: 'ignore',
72+
onUntruncatedBlogPosts: 'ignore',
7173
},
7274
theme: {
7375
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)