Skip to content

Commit 1059d28

Browse files
authored
Fix /blog/* is missing sidebar config in build output (#2079)
1 parent b265f2b commit 1059d28

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

.vuepress/configs/sidebar/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ export const sidebarDe: SidebarConfig = {
7373
children: ['/de/book/plugins', '/de/book/metadata.md'],
7474
},
7575
],
76+
'/blog/': false,
7677
};

.vuepress/configs/sidebar/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,5 @@ export const sidebarEn: SidebarConfig = {
267267
],
268268
},
269269
],
270+
'/blog/': false,
270271
};

.vuepress/configs/sidebar/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export const sidebarEs: SidebarConfig = {
2929
],
3030
},
3131
],
32+
'/blog/': false,
3233
};

.vuepress/configs/sidebar/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export const sidebarFr: SidebarConfig = {
2626
],
2727
},
2828
],
29+
'/blog/': false,
2930
};

.vuepress/configs/sidebar/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ export const sidebarJa: SidebarConfig = {
104104
],
105105
},
106106
],
107+
'/blog/': false,
107108
};

.vuepress/configs/sidebar/ko.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,5 @@ export const sidebarKo: SidebarConfig = {
120120
],
121121
},
122122
],
123+
'/blog/': false,
123124
};

.vuepress/configs/sidebar/pt-BR.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ export const sidebarPtBR: SidebarConfig = {
2121
],
2222
},
2323
],
24+
'/blog/': false,
2425
};

.vuepress/configs/sidebar/ru.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ export const sidebarRU: SidebarConfig = {
113113
// ],
114114
// },
115115
],
116+
'/blog/': false,
116117
};

.vuepress/configs/sidebar/zh-CN.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ export const sidebarZhCN: SidebarConfig = {
170170
],
171171
},
172172
],
173+
'/blog/': false,
173174
};

0 commit comments

Comments
 (0)