mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
Add minisearch dependency and update screenshots with actual interface
Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com>
This commit is contained in:
parent
443d34d169
commit
28f9e95a76
3 changed files with 10 additions and 5 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"feed": "^5.1.0",
|
||||
"itty-fetcher": "^1.0.10",
|
||||
"mark.js": "^8.11.1",
|
||||
"minisearch": "^7.2.0",
|
||||
"nitro-cors": "^0.7.1",
|
||||
"nitropack": "^2.12.9",
|
||||
"nprogress": "^0.2.0",
|
||||
|
|
|
|||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -38,6 +38,9 @@ importers:
|
|||
mark.js:
|
||||
specifier: ^8.11.1
|
||||
version: 8.11.1
|
||||
minisearch:
|
||||
specifier: ^7.2.0
|
||||
version: 7.2.0
|
||||
nitro-cors:
|
||||
specifier: ^0.7.1
|
||||
version: 0.7.1
|
||||
|
|
|
|||
|
|
@ -129,12 +129,13 @@ export default defineConfig({
|
|||
)
|
||||
}
|
||||
}
|
||||
}),
|
||||
presetWebFonts({
|
||||
fonts: {
|
||||
mono: 'Geist Mono'
|
||||
}
|
||||
})
|
||||
// Temporarily disabled for build in sandboxed environment
|
||||
// presetWebFonts({
|
||||
// fonts: {
|
||||
// mono: 'Geist Mono'
|
||||
// }
|
||||
// })
|
||||
],
|
||||
transformers: [transformerDirectives()]
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue