Compare commits

...

5 Commits

Author SHA1 Message Date
taskylizard
cbc86db3cf
Merge branch 'main' into feat/reddit-comments 2024-02-25 02:27:00 +00:00
taskylizard
6103e04184
Merge branch 'main' into feat/reddit-comments 2024-02-22 07:13:10 +00:00
taskylizard
fb35af8ca4
Merge branch 'main' into feat/reddit-comments 2024-02-21 19:06:00 +00:00
taskylizard
1bec2dcb18
Merge branch 'main' into feat/reddit-comments 2024-02-21 10:27:16 +00:00
taskylizard
4cd665915e
chore: init 2024-02-21 07:13:48 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,6 @@ export const search: DefaultTheme.Config['search'] = {
searchOptions: {
combineWith: 'AND',
fuzzy: false,
// @ts-ignore
boostDocument: (
_,
term,

View File

@ -0,0 +1 @@
export default defineEventHandler(async (event) => {})

View File

@ -3,5 +3,6 @@ import tasky from '@taskylizard/eslint-config'
export default tasky({
vue: true,
browser: true
browser: true,
typescript: true
})

View File

@ -2,6 +2,5 @@
"extends": "./.nitro/types/tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": true
},
"include": ["./.vitepress/"]
}
}