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: {
|
searchOptions: {
|
||||||
combineWith: 'AND',
|
combineWith: 'AND',
|
||||||
fuzzy: false,
|
fuzzy: false,
|
||||||
// @ts-ignore
|
|
||||||
boostDocument: (
|
boostDocument: (
|
||||||
_,
|
_,
|
||||||
term,
|
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({
|
export default tasky({
|
||||||
vue: true,
|
vue: true,
|
||||||
browser: true
|
browser: true,
|
||||||
|
typescript: true
|
||||||
})
|
})
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
"extends": "./.nitro/types/tsconfig.json",
|
"extends": "./.nitro/types/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"verbatimModuleSyntax": true
|
"verbatimModuleSyntax": true
|
||||||
},
|
}
|
||||||
"include": ["./.vitepress/"]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user