We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f877499 commit ea42398Copy full SHA for ea42398
.vitepress/constants.ts
@@ -4,7 +4,9 @@ export const POST_FILES = [
4
'blog/**/*.md',
5
'android/**/*.md',
6
'seo/**/*.md',
7
+ 'raspberrypi/**/*.md',
8
'nestjs/**/*.md',
9
+ 'linux/**/*.md',
10
'docker/**/*.md',
11
]
12
export const EXCERPT_MARK = '<!--more-->'
0 commit comments