\r\n \u003C/template>\r\n \u003C/VPTeamPageSection>\r\n\u003C/VPTeamPage>\r\n```\n\n### Expected behavior\n\n\r\n\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11\r\n Binaries:\r\n Node: 20.10.0\r\n Yarn: 1.22.19\r\n npm: 10.5.0\r\n pnpm: 8.15.5\r\n Browsers:\r\n Edge: Chromium (123.0.2420.81)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: 1.0.0-rc.43\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3020,3023],{"name":3021,"color":3022},"theme","0754FB",{"name":3024,"color":3025},"stale","ededed",3769,"vuejs","vitepress","open","Support centering members in VPTeamPage","2025-03-02T18:09:24Z","https://github.com/vuejs/vitepress/issues/3769",0.69477487,{"description":3035,"labels":3036,"number":3037,"owner":3027,"repository":3028,"state":3029,"title":3038,"updated_at":3039,"url":3040,"score":3041},"### Is your feature request related to a problem? Please describe.\n\nDoes vitepress support running directly after building without deployment?\n\n### Describe the solution you'd like\n\ni want to run it directly without deploying it to a server. I have tried using base './' but it causes problems when redirecting to another route.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [x] Read the [docs](https://vitepress.dev).\n- [x] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [x] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],4706,"Does vitepress support running directly after building without deployment?","2025-04-21T01:40:16Z","https://github.com/vuejs/vitepress/issues/4706",0.7112207,{"description":3043,"labels":3044,"number":3046,"owner":3027,"repository":3028,"state":3029,"title":3047,"updated_at":3048,"url":3049,"score":3050},"### Is your feature request related to a problem? Please describe.\n\n export default {\r\n async paths() {\r\n \r\n const data = await (await fetch('https://my-cms-api', {\r\n headers: {\r\n }\r\n })).json()\r\n\r\n return data.map(entry => {\r\n return {\r\n params: { id: entry.id, /* title, authors, date 等 */ },\r\n content: entry.content,\r\n????\r\n }\r\n })\r\n }\r\n }\n\n### Describe the solution you'd like\n\n export default {\r\n async paths() {\r\n \r\n const data = await (await fetch('https://my-cms-api', {\r\n headers: {\r\n }\r\n })).json()\r\n\r\n return data.map(entry => {\r\n return {\r\n params: { id: entry.id, /* title, authors, date 等 */ },\r\n content: entry.content,\r\n????\r\n }\r\n })\r\n }\r\n }\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3045],{"name":3024,"color":3025},4432,"how set different title description. at fontmatter. when using CMS as backend???","2025-01-20T11:04:32Z","https://github.com/vuejs/vitepress/issues/4432",0.72067624,{"description":3052,"labels":3053,"number":3056,"owner":3027,"repository":3028,"state":3029,"title":3057,"updated_at":3058,"url":3059,"score":3060},"### Is your feature request related to a problem? Please describe.\n\nDeeply nested content on a page is hard to navigate if everything is expanded in the \"On this page\" outline section.\n\n### Describe the solution you'd like\n\nExpand the child headings only when the parent heading is selected and collapse them when focus shifts to another heading.\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\nLeft most is the current behavior and the other two show the desired behavior.\r\n\r\n\r\n\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3054,3055],{"name":3021,"color":3022},{"name":3024,"color":3025},2146,"Auto expand/collapse sections in page outline","2025-03-02T18:11:28Z","https://github.com/vuejs/vitepress/issues/2146",0.72809345,{"description":3062,"labels":3063,"number":3064,"owner":3027,"repository":3028,"state":3065,"title":3066,"updated_at":3067,"url":3068,"score":3069}," It uses git to get that timestamp. Disable it if you don't want to install git.\r\n\r\n_Originally posted by @brc-dd in https://github.com/vuejs/vitepress/issues/2175#issuecomment-1491609952_\r\n \r\n\r\nI am run vitepress dev server in webcontainer , it's haven't git , where config can i disable git ?",[],3575,"closed","How to disable git","2024-02-23T00:05:15Z","https://github.com/vuejs/vitepress/issues/3575",0.6690038,{"description":3071,"labels":3072,"number":3073,"owner":3027,"repository":3028,"state":3065,"title":3074,"updated_at":3075,"url":3076,"score":3077},"### Describe the bug\n\n/** \r\n * base: '/docs', \r\n * 配置base 路径 \r\n * 资源地址部分场景无法自动填充docs路径\r\n * 如tailwind类名 动态img src 等等\r\n */ \r\n\r\n伪代码如下 我需要自定定义base值进行拼接。 期望可以像a标签自动解析\r\n\r\n```vue\r\n图片 src\r\n\u003Cdiv class=\"grid grid-cols-4 justify-between gap-2 max-w-[400px]\">\r\n \u003Cimg v-for=\"item in supportFrameworks\" :key=\"item.src\" class=\"\" :src=\"base + item.src\" alt=\"\">\r\n \u003C/div>\r\n\r\ntailwindcss \r\n\u003Csection class=\"pt-32 relative md:min-h-[900px] pb-28 md:pb-0 md:bg-repeat-round bg-no-repeat -z-10\" :class=\"[`bg-[url(${base}/images/mobile-bg.jpg)] md:bg-[url(${base}/images/1-2.png)]`]\" style=\"background-size: cover; \">\r\n\r\n```\n\n### Reproduction\n\n暂无\n\n### Expected behavior\n\n任何资源都可正常拼接base路径\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 14.5\r\n CPU: (8) arm64 Apple M1\r\n Memory: 77.19 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.12.1 - /usr/local/bin/node\r\n Yarn: 1.22.11 - /usr/local/bin/yarn\r\n npm: 8.5.0 - /usr/local/bin/npm\r\n pnpm: 9.3.0 - /usr/local/bin/pnpm\r\n bun: 1.1.0 - /usr/local/bin/bun\r\n Browsers:\r\n Chrome: 126.0.6478.114\r\n Safari: 17.5\r\n npmPackages:\r\n vitepress: ^1.2.3 => 1.2.3\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[],3975,"defineConfig 配置 base 属性 部分场景下出现的问题","2024-06-29T04:41:47Z","https://github.com/vuejs/vitepress/issues/3975",0.697133,{"description":3079,"labels":3080,"number":3084,"owner":3027,"repository":3028,"state":3065,"title":3085,"updated_at":3086,"url":3087,"score":3088},"I'm using [Codeberg pages](https://codeberg.page/) to host the website generated by HTML. The problem is that changing even a single file rehashes all of them in `hashmap.json`, creating unnecessarily large commits. How can I make it more consistent so only the related files change?",[3081],{"name":3082,"color":3083},"build","377ba8",4677,"How to make page hashes consistent?","2025-04-06T17:19:40Z","https://github.com/vuejs/vitepress/issues/4677",0.70968115,{"description":3090,"labels":3091,"number":3095,"owner":3027,"repository":3028,"state":3065,"title":3096,"updated_at":3097,"url":3098,"score":3099},"### Describe the bug\n\n\r\n\r\nError:Attempting to define property on object that is not extensible.\r\n\r\n\u003Cimg width=\"1073\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/44830818/cfe2bb18-d737-4eb4-8b38-62a06be8644f\">\r\n\r\n\r\n\n\n### Reproduction\n\n1. access [website](https://vitepress.dev/guide/what-is-vitepress) using an iOS 17 device\r\n2. click menu button.\r\n3. sometimes this issue may occur.\r\n\r\n\r\n\r\n\r\n\n\n### Expected behavior\n\nnormal function.\n\n### System Info\n\n```sh\niphone 12\r\nios 17.0\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3092],{"name":3093,"color":3094},"bug: pending triage","e99695",2577,"The menu button click is abnormal, only the overlay appears, and there is no menu items.","2023-07-17T00:04:56Z","https://github.com/vuejs/vitepress/issues/2577",0.7131286,{"description":3101,"labels":3102,"number":3104,"owner":3027,"repository":3028,"state":3065,"title":3105,"updated_at":3106,"url":3107,"score":3108},"### Describe the bug\n\nWhen I perform multi-level routing on the base path of an item, it only takes effect on one。\n\n### Reproduction\n\nhttps://github.com/RSS1102/vitepress-SidebarItem-base\n\n### Expected behavior\n\nShould the base path of the sidebar and the base of the SidebarItem be combined to splice the paths together。\r\n```diff\r\nexport default defineConfig({\r\n ignoreDeadLinks: true,\r\n themeConfig: {\r\n nav: nav(),\r\n sidebar: {\r\n++ '/A/': { base: '/A/', items: sideA() },\r\n '/B/': { base: '/B/', items: sideB() },\r\n },\r\n socialLinks: [\r\n { icon: 'github', link: 'https://github.com/RSS1102/vitepress-SidebarItem-base' }\r\n ]\r\n }\r\n})\r\n\r\nfunction nav(): DefaultTheme.NavItem[] {\r\n return [\r\n {\r\n text: 'A',\r\n link: '/A/a/index1',\r\n activeMatch: '/A/'\r\n },\r\n {\r\n text: 'B',\r\n link: 'B/b/index1',\r\n activeMatch: '/B/'\r\n },\r\n ]\r\n}\r\n\r\nfunction sideA(): DefaultTheme.SidebarItem[] {\r\n return [\r\n {\r\n text: 'a',\r\n++ base: '/a/',\r\n items: [\r\n++ { text: 'index1', link: 'index1' },\r\n { text: 'index2', link: 'index2' },\r\n ]\r\n },\r\n {\r\n text: 'b',\r\n base: '/b/',\r\n items: [\r\n { text: 'index1', link: 'index1' },\r\n { text: 'index2', link: 'index2' },\r\n ]\r\n },\r\n ]\r\n}\r\n```\r\nI want to obtain a path for the above diff: `/A/a/index1.html`,\r\nActually, `/a/index1.html`,\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics\r\n Memory: 3.11 GB / 13.86 GB\r\n Binaries:\r\n Node: 18.12.1 - E:\\node\\node.EXE\r\n Yarn: 1.22.19 - E:\\node\\yarn.CMD\r\n npm: 9.8.0 - E:\\node\\npm.CMD\r\n pnpm: 8.7.6 - E:\\node\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (117.0.2045.60)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.21 => 1.0.0-rc.21\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3103],{"name":3093,"color":3094},3080,"multi-level base path problem","2023-10-20T00:04:30Z","https://github.com/vuejs/vitepress/issues/3080",0.7144673,{"description":3110,"labels":3111,"number":3116,"owner":3027,"repository":3028,"state":3065,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### Is your feature request related to a problem? Please describe.\n\nAs described in [How to search for items with an embedded hyphen? #108](https://github.com/lucaong/minisearch/issues/108) minisearch does split by default at Hyphen/Minus Sign. \n\n### Describe the solution you'd like\n\nIt should be possible to influence this behaviour by defining a [custom split variable](https://github.com/lucaong/minisearch/issues/108#issuecomment-963311944).\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3112,3113],{"name":3021,"color":3022},{"name":3114,"color":3115},"contribution welcome","11E4B8",2570,"Allow configuration of minisearch to not split at - Sign (Hyphen, Minus)","2023-07-13T00:04:46Z","https://github.com/vuejs/vitepress/issues/2570",0.71503896,["Reactive",3122],{},["Set"],["ShallowReactive",3125],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f22qkeAxklbZmH-zMFCdKV8Ng8NWW6UoGVHXPU-BJIAQ":-1},"/vuejs/vitepress/4220"]