\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.",[2867,2870],{"name":2868,"color":2869},"theme","0754FB",{"name":2871,"color":2872},"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":2882,"labels":2883,"number":2884,"owner":2874,"repository":2875,"state":2876,"title":2885,"updated_at":2886,"url":2887,"score":2888},"### 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":2890,"labels":2891,"number":2893,"owner":2874,"repository":2875,"state":2876,"title":2894,"updated_at":2895,"url":2896,"score":2897},"### 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.",[2892],{"name":2871,"color":2872},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":2899,"labels":2900,"number":2903,"owner":2874,"repository":2875,"state":2876,"title":2904,"updated_at":2905,"url":2906,"score":2907},"### 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.",[2901,2902],{"name":2868,"color":2869},{"name":2871,"color":2872},2146,"Auto expand/collapse sections in page outline","2025-03-02T18:11:28Z","https://github.com/vuejs/vitepress/issues/2146",0.72809345,{"description":2909,"labels":2910,"number":2911,"owner":2874,"repository":2875,"state":2912,"title":2913,"updated_at":2914,"url":2915,"score":2916}," 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":2918,"labels":2919,"number":2920,"owner":2874,"repository":2875,"state":2912,"title":2921,"updated_at":2922,"url":2923,"score":2924},"### 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":2926,"labels":2927,"number":2931,"owner":2874,"repository":2875,"state":2912,"title":2932,"updated_at":2933,"url":2934,"score":2935},"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?",[2928],{"name":2929,"color":2930},"build","377ba8",4677,"How to make page hashes consistent?","2025-04-06T17:19:40Z","https://github.com/vuejs/vitepress/issues/4677",0.70968115,{"description":2937,"labels":2938,"number":2942,"owner":2874,"repository":2875,"state":2912,"title":2943,"updated_at":2944,"url":2945,"score":2946},"### 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.",[2939],{"name":2940,"color":2941},"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":2948,"labels":2949,"number":2951,"owner":2874,"repository":2875,"state":2912,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### 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.",[2950],{"name":2940,"color":2941},3080,"multi-level base path problem","2023-10-20T00:04:30Z","https://github.com/vuejs/vitepress/issues/3080",0.7144673,{"description":2957,"labels":2958,"number":2963,"owner":2874,"repository":2875,"state":2912,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### 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.",[2959,2960],{"name":2868,"color":2869},{"name":2961,"color":2962},"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",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f22qkeAxklbZmH-zMFCdKV8Ng8NWW6UoGVHXPU-BJIAQ":-1},"/vuejs/vitepress/4220"]