Compare commits
5 Commits
main
...
feat/reddi
Author | SHA1 | Date | |
---|---|---|---|
|
cbc86db3cf | ||
|
6103e04184 | ||
|
fb35af8ca4 | ||
|
1bec2dcb18 | ||
|
4cd665915e |
@ -22,7 +22,6 @@ export const search: DefaultTheme.Config['search'] = {
|
||||
searchOptions: {
|
||||
combineWith: 'AND',
|
||||
fuzzy: false,
|
||||
// @ts-ignore
|
||||
boostDocument: (
|
||||
_,
|
||||
term,
|
||||
|
1
.vitepress/routes/comments.get.ts
Normal file
1
.vitepress/routes/comments.get.ts
Normal file
@ -0,0 +1 @@
|
||||
export default defineEventHandler(async (event) => {})
|
@ -3,5 +3,6 @@ import tasky from '@taskylizard/eslint-config'
|
||||
|
||||
export default tasky({
|
||||
vue: true,
|
||||
browser: true
|
||||
browser: true,
|
||||
typescript: true
|
||||
})
|
||||
|
@ -2,6 +2,5 @@
|
||||
"extends": "./.nitro/types/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["./.vitepress/"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user