修复爬虫

This commit is contained in:
boybook
2025-03-17 14:10:54 +08:00
parent 52a30248f3
commit b76d1d598f

View File

@@ -7,6 +7,7 @@ export default defineConfig({
title: "我的世界中国版 ModSDK", title: "我的世界中国版 ModSDK",
description: "我的世界中国版 ModSDK Wiki 镜像", description: "我的世界中国版 ModSDK Wiki 镜像",
ignoreDeadLinks: true, ignoreDeadLinks: true,
cleanUrls: false,
themeConfig: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [
@@ -26,7 +27,7 @@ export default defineConfig({
provider: 'algolia', provider: 'algolia',
options: { options: {
appId: 'F8HD84CUON', appId: 'F8HD84CUON',
apiKey: '438c1cd353441aca3aa50578d9395715', apiKey: 'ccaf9255472c593d8a8b0724a940bb29',
indexName: 'netease-modsdk' indexName: 'netease-modsdk'
} }
} }