feat: add sitemap
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
parent
8414c8827d
commit
fe7abd00fc
|
@ -120,6 +120,7 @@ const themeConfig: ThemeContext = {
|
||||||
sidebarOptions,
|
sidebarOptions,
|
||||||
/** 文档所在目录(用于GitHub编辑链接) */
|
/** 文档所在目录(用于GitHub编辑链接) */
|
||||||
sitePattern: `docs`,
|
sitePattern: `docs`,
|
||||||
|
hostName: 'https://rle.wiki',
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
|
|
22
package.json
22
package.json
|
@ -13,20 +13,20 @@
|
||||||
"update-package": "pnpm dlx vp-update"
|
"update-package": "pnpm dlx vp-update"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^2.21.1",
|
"@antfu/eslint-config": "^2.27.3",
|
||||||
"@cloudflare/workers-types": "^4.20240620.0",
|
"@cloudflare/workers-types": "^4.20241202.0",
|
||||||
"@iconify-json/carbon": "^1.2.1",
|
"@iconify-json/carbon": "^1.2.4",
|
||||||
"@iconify-json/icon-park-outline": "^1.2.0",
|
"@iconify-json/icon-park-outline": "^1.2.1",
|
||||||
"@iconify-json/octicon": "^1.2.0",
|
"@iconify-json/octicon": "^1.2.1",
|
||||||
"@project-trans/vitepress-theme-project-trans": "^0.4.1727924403",
|
"@project-trans/vitepress-theme-project-trans": "^0.6.1733407347",
|
||||||
"@unocss/eslint-plugin": "^0.59.4",
|
"@unocss/eslint-plugin": "^0.59.4",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.1",
|
||||||
"eslint-plugin-format": "^0.1.2",
|
"eslint-plugin-format": "^0.1.3",
|
||||||
"unocss": "^0.62.4",
|
"unocss": "^0.62.4",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"unplugin-vue-components": "^0.26.0",
|
||||||
"vite": "^5.3.1",
|
"vite": "^5.4.11",
|
||||||
"vitepress": "^1.2.3",
|
"vitepress": "^1.5.0",
|
||||||
"vue": "^3.4.30"
|
"vue": "^3.5.13"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
2230
pnpm-lock.yaml
2230
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue