1
0
Fork 1
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:
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.',
image: 'https://docs.elk.zone/elk-screenshot.png',
socials: {
twitter: 'elk_zone',
// twitter: 'elk_zone',
github: 'elk-zone/elk',
mastodon: {
label: 'Mastodon',

View file

@ -1,8 +1,11 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
vite: {
optimizeDeps: {
include: ['scule'],
},
},
compatibilityDate: '2024-11-07',
})

View file

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

View file

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

File diff suppressed because it is too large Load diff