Skip to content

Commit 171b206

Browse files
committed
🧹 chore: remove unused component
1 parent b24160c commit 171b206

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
command: pages deploy docs/.vitepress/dist --project-name=elysia-doc
3131
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3232
packageManager: bun
33+
fetch-depth: 0
3334
env:
3435
NODE_OPTIONS: --max-old-space-size=8192
3536
NODE_VERSION: 22.14.0

docs/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite'
77

88
import llmstxt from 'vitepress-plugin-llms'
99

10-
import { UnlazyImages } from '@nolebase/markdown-it-unlazy-img'
10+
// import { UnlazyImages } from '@nolebase/markdown-it-unlazy-img'
1111
import {
1212
GitChangelog,
1313
GitChangelogMarkdownSection
@@ -38,9 +38,9 @@ export default defineConfig({
3838
],
3939
config: (md) => {
4040
md.use(InlineLinkPreviewElementTransform)
41-
md.use(UnlazyImages(), {
42-
imgElementTag: 'NolebaseUnlazyImg'
43-
})
41+
// md.use(UnlazyImages(), {
42+
// imgElementTag: 'NolebaseUnlazyImg'
43+
// })
4444
}
4545
},
4646
// vue: {

0 commit comments

Comments
 (0)