Skip to content

Commit b871934

Browse files
committed
disable blog for now
1 parent 9755908 commit b871934

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const config: Config = {
6868
editUrl:
6969
"https://github.com/iNavFlight/iNavFlight.github.io/tree/main/",
7070
},
71+
blog: false,
72+
/*
7173
blog: {
7274
showReadingTime: true,
7375
feedOptions: {
@@ -83,6 +85,7 @@ const config: Config = {
8385
onInlineAuthors: "warn",
8486
onUntruncatedBlogPosts: "warn",
8587
},
88+
*/
8689
theme: {
8790
customCss: "./src/css/custom.css",
8891
},

0 commit comments

Comments
 (0)