mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03: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.',
|
description: 'A nimble Mastodon web client.',
|
||||||
image: 'https://docs.elk.zone/elk-screenshot.png',
|
image: 'https://docs.elk.zone/elk-screenshot.png',
|
||||||
socials: {
|
socials: {
|
||||||
twitter: 'elk_zone',
|
// twitter: 'elk_zone',
|
||||||
github: 'elk-zone/elk',
|
github: 'elk-zone/elk',
|
||||||
mastodon: {
|
mastodon: {
|
||||||
label: 'Mastodon',
|
label: 'Mastodon',
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: '@nuxt-themes/docus',
|
extends: '@nuxt-themes/docus',
|
||||||
|
|
||||||
vite: {
|
vite: {
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
include: ['scule'],
|
include: ['scule'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
compatibilityDate: '2024-11-07',
|
||||||
})
|
})
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"theme-colors": "^0.1.0"
|
"theme-colors": "^0.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt-themes/docus": "^1.15.0",
|
"@nuxt-themes/docus": "^1.15.1",
|
||||||
"nuxt": "^3.13.2"
|
"nuxt": "^3.14.159"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
"postcss-nested": "^6.0.1",
|
"postcss-nested": "^6.0.1",
|
||||||
"prosemirror-highlight": "^0.9.0",
|
"prosemirror-highlight": "^0.9.0",
|
||||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||||
"shiki": "^1.0.0",
|
"shiki": "^1.22.2",
|
||||||
"simple-git": "^3.19.1",
|
"simple-git": "^3.19.1",
|
||||||
"slimeform": "^0.9.1",
|
"slimeform": "^0.9.1",
|
||||||
"stale-dep": "^0.7.0",
|
"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