fix: add ESM type and ignoreDeadLinks for VitePress build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
dadedbc4df
当前提交
459edbca7c
@ -5,6 +5,7 @@ export default defineConfig({
|
|||||||
description: 'XuqmGroup 多端 SDK 接入指南',
|
description: 'XuqmGroup 多端 SDK 接入指南',
|
||||||
base: '/docs/',
|
base: '/docs/',
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
|
ignoreDeadLinks: true,
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: '/logo.svg',
|
logo: '/logo.svg',
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
"name": "@xuqm/docs-site",
|
"name": "@xuqm/docs-site",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vitepress dev docs",
|
"dev": "vitepress dev docs",
|
||||||
"build": "vitepress build docs",
|
"build": "vitepress build docs",
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户