File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite'
77
88import llmstxt from 'vitepress-plugin-llms'
99
10- import { UnlazyImages } from '@nolebase/markdown-it-unlazy-img'
10+ // import { UnlazyImages } from '@nolebase/markdown-it-unlazy-img'
1111import {
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: {
You can’t perform that action at this time.
0 commit comments