Skip to content

Commit 641b908

Browse files
committed
Fix blog config
1 parent 56d6192 commit 641b908

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ const config: Config = {
4848
onInlineTags: 'warn',
4949
onInlineAuthors: 'warn',
5050
onUntruncatedBlogPosts: 'warn',
51-
routeBasePath: '/'
51+
routeBasePath: '/',
52+
blogSidebarCount: 'ALL',
5253
},
5354
theme: {
5455
customCss: './src/css/custom.css',
5556
},
57+
sitemap: {
58+
changefreq: 'always'
59+
}
5660
} satisfies Preset.Options,
5761
],
5862
],

0 commit comments

Comments
 (0)