\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.",[3210,3211],{"name":3191,"color":3192},{"name":3152,"color":3153},3769,"Support centering members in VPTeamPage","2025-03-02T18:09:24Z","https://github.com/vuejs/vitepress/issues/3769",0.7354113,{"description":3218,"labels":3219,"number":3221,"owner":3155,"repository":3156,"state":3157,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### 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.",[3220],{"name":3152,"color":3153},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":3227,"labels":3228,"number":3229,"owner":3155,"repository":3156,"state":3230,"title":3231,"updated_at":3232,"url":3233,"score":3234},"### 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":3236,"labels":3237,"number":3241,"owner":3155,"repository":3156,"state":3230,"title":3242,"updated_at":3243,"url":3244,"score":3245},"### 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.",[3238],{"name":3239,"color":3240},"bug: pending triage","e99695",1808,"Layout组件怎么使用ClientOnly包装","2023-01-26T00:04:06Z","https://github.com/vuejs/vitepress/issues/1808",0.7119372,{"description":3247,"labels":3248,"number":3249,"owner":3155,"repository":3156,"state":3230,"title":3250,"updated_at":3251,"url":3252,"score":3253},"### 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,["Reactive",3255],{},["Set"],["ShallowReactive",3258],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fnH33hIZulgiy_JfUP1JNFNaBj551gdepk7u5ykFTG8s":-1},"/vuejs/vitepress/2537"]