改回项目内获取md文档
This commit is contained in:
@@ -20,7 +20,7 @@ export default defineNuxtConfig({
|
||||
build: {
|
||||
markdown: {
|
||||
toc: {
|
||||
searchDepth: 1
|
||||
searchDepth: 2
|
||||
},
|
||||
highlight: {
|
||||
langs:
|
||||
@@ -42,10 +42,6 @@ export default defineNuxtConfig({
|
||||
remove: /[$*+~()'"!\-=#?:@.]/g
|
||||
}
|
||||
}
|
||||
},
|
||||
preview: {
|
||||
dev: true,
|
||||
api: 'https://api.nuxt.studio'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -81,6 +77,11 @@ export default defineNuxtConfig({
|
||||
sizeLimitKb: 512
|
||||
}
|
||||
},
|
||||
routeRules: {
|
||||
'/': { static: true },
|
||||
'/docs/**': { ssr: false },
|
||||
'/blog/**': { ssr: false }
|
||||
},
|
||||
llms: {
|
||||
domain: 'https://docs.jiwei.xin',
|
||||
title: 'Estel Docs',
|
||||
|
Reference in New Issue
Block a user