mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 21:09:58 +00:00
docs: fix documentation build error (#3045)
Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
parent
816f452646
commit
738bc88be2
5 changed files with 2466 additions and 802 deletions
|
@ -4,7 +4,7 @@ export default defineAppConfig({
|
|||
description: 'A nimble Mastodon web client.',
|
||||
image: 'https://docs.elk.zone/elk-screenshot.png',
|
||||
socials: {
|
||||
twitter: 'elk_zone',
|
||||
// twitter: 'elk_zone',
|
||||
github: 'elk-zone/elk',
|
||||
mastodon: {
|
||||
label: 'Mastodon',
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
export default defineNuxtConfig({
|
||||
extends: '@nuxt-themes/docus',
|
||||
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ['scule'],
|
||||
},
|
||||
},
|
||||
|
||||
compatibilityDate: '2024-11-07',
|
||||
})
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"theme-colors": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "^1.15.0",
|
||||
"nuxt": "^3.13.2"
|
||||
"@nuxt-themes/docus": "^1.15.1",
|
||||
"nuxt": "^3.14.159"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
"postcss-nested": "^6.0.1",
|
||||
"prosemirror-highlight": "^0.9.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"shiki": "^1.0.0",
|
||||
"shiki": "^1.22.2",
|
||||
"simple-git": "^3.19.1",
|
||||
"slimeform": "^0.9.1",
|
||||
"stale-dep": "^0.7.0",
|
||||
|
|
3257
pnpm-lock.yaml
3257
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue