\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.",[2924,2925],{"name":2913,"color":2914},{"name":2874,"color":2875},3769,"Support centering members in VPTeamPage","2025-03-02T18:09:24Z","https://github.com/vuejs/vitepress/issues/3769",0.7354113,{"description":2932,"labels":2933,"number":2935,"owner":2877,"repository":2878,"state":2879,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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.",[2934],{"name":2874,"color":2875},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.7367663,{"description":2941,"labels":2942,"number":2943,"owner":2877,"repository":2878,"state":2944,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Describe the bug\n\n```\r\nframework.sw6uv5Tp.js:1 DOMException: Failed to execute 'setAttribute' on 'Element': '2' is not a valid attribute name.\r\n at $a (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:65528)\r\n at Ya (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:67287)\r\n at B (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43411)\r\n at P (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43090)\r\n at _ (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:42520)\r\n at j (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43944)\r\n at B (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43271)\r\n at P (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43090)\r\n at _ (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:42520)\r\n at j (http://localhost:4173/assets/chunks/framework.sw6uv5Tp.js:1:43944)\r\n```\r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-hw16pn?file=docs%2FInlineEditor.md\r\nGo to the Example page first, and then go to the target page InlineEditor so that it triggers the SPA and then crash.\r\nIf you find stackblitz always give you blank page, it means that vitepress crashed. Simply click Close on the top right corner and open it again.\n\n### Expected behavior\n\n\r\nThis only works when we access this URL directly, i.e. no SPA triggered.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 6.6 Arch Linux\r\n CPU: (16) x64 AMD Ryzen 7 7840HS w/ Radeon 780M Graphics\r\n Memory: 86.62 GB / 90.08 GB\r\n Container: Yes\r\n Shell: 5.9 - /usr/bin/zsh\r\n Binaries:\r\n Node: 18.19.0 - ~/.config/nvm/versions/node/v18.19.0/bin/node\r\n npm: 10.2.3 - ~/.config/nvm/versions/node/v18.19.0/bin/npm\r\n pnpm: 8.11.0 - ~/.config/nvm/versions/node/v18.19.0/bin/pnpm\r\n bun: 1.0.8 - ~/.bun/bin/bun\r\n Browsers:\r\n Chromium: 119.0.6045.199\n```\n\n\n### Additional context\n\nThe original page is here:\r\nhttps://blocksuite.io/api/@blocksuite/inline/classes/InlineEditor.html\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.",[],3323,"closed","Vitepress crashed when rendering some markdown files","2023-12-22T00:04:34Z","https://github.com/vuejs/vitepress/issues/3323",0.700777,{"description":2950,"labels":2951,"number":2955,"owner":2877,"repository":2878,"state":2944,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\n### 我在打包的时候出现了Build error, window is not defined\r\n\r\n`theme/index.js`\r\n`\r\nimport MyLayout from '../../../components/MyLayout.vue'\r\n`\r\n`\r\nexport default {\r\n ...DefaultTheme,\r\n Layout: MyLayout\r\n}\r\n`\r\n其中的MyLayout是一个扩展组件 请问这样怎么使用ClientOnly包装呢?\r\n\r\n\n\n### Reproduction\n\n无\n\n### Expected behavior\n\n希望能正常Build 不报build error window is not defined这个错误\n\n### System Info\n\n```shell\n\"vitepress\": \"^1.0.0-alpha.29\",\n```\n\n\n### Additional context\n\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2952],{"name":2953,"color":2954},"bug: pending triage","e99695",1808,"Layout组件怎么使用ClientOnly包装","2023-01-26T00:04:06Z","https://github.com/vuejs/vitepress/issues/1808",0.7119372,{"description":2961,"labels":2962,"number":2963,"owner":2877,"repository":2878,"state":2944,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Is your feature request related to a problem? Please describe.\n\n需要自定义AI搜索引擎比如https://metaso.cn/?q=%s \n但目前不能重命名 而且只能一个,不方便切换\n\n### Describe the solution you'd like\n\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.",[],4550,"搜索引擎自定义只能一个,且无法命名","2025-02-16T04:42:55Z","https://github.com/vuejs/vitepress/issues/4550",0.71877974,{"description":2969,"labels":2970,"number":2972,"owner":2877,"repository":2878,"state":2944,"title":2973,"updated_at":2974,"url":2975,"score":2976},"### Describe the bug\r\n\r\nFor example the page https://blog.jaggerwang.net/basicai-annotation-specification/ cannot access directly, but it's ok when add `index.html` suffix, and other pages did not have this problem, such as https://blog.jaggerwang.net/basicai-technical-architecture/ . So it seems related to the content of page?\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/3a69f282-d002-4194-b7ca-3b3075616883\">\r\n\r\nIt's ok when running in local dev and preview mode, and there is no error showing in the browser console or terminal console.\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/82b87b50-f21a-430e-bb4e-893eb3bf9c52\">\r\n\r\n### Reproduction\r\n\r\nProject structure:\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d3f2d9e0-5dc8-4344-9674-61433c5a8322\">\r\n\r\nAliyun OSS config:\r\n\r\n\u003Cimg width=\"1306\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d30acd18-d20c-44f2-a872-61bd981d0bcb\">\r\n\r\nBuid with GitHub actions, but the html is same with local build.\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/f57bef3c-2d76-47c4-b18a-4b4a7b696771\">\r\n\r\n### Expected behavior\r\n\r\nNo error.\r\n\r\n### System Info\r\n\r\n```Text\r\nAliyun OSS\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2971],{"name":2953,"color":2954},3322,"Refresh some pages with error \"Hydration completed but contains mismatches.\" when deployed on Aliyun OSS.","2023-12-21T00:04:35Z","https://github.com/vuejs/vitepress/issues/3322",0.71982896,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fnH33hIZulgiy_JfUP1JNFNaBj551gdepk7u5ykFTG8s":-1},"/vuejs/vitepress/2537"]