File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments