docs: fix documentation build error (#3045)

Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
TAKAHASHI Shuuji 2024-11-11 09:49:56 +09:00 committed by GitHub
parent 816f452646
commit 738bc88be2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2466 additions and 802 deletions

View file

@ -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',

View file

@ -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',
}) })

View file

@ -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"
} }
} }

View file

@ -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",

File diff suppressed because it is too large Load diff