\u003C/svg>',\r\n\r\n```\r\n\r\n### Expected behavior\r\n\r\nAdd `width=\"24\" height=\"24\" `attribute\r\nLike this\r\n```txt\r\n'\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">' \r\n```\r\n### System Info\r\n\r\n```sh\r\nSystem:\r\n OS: Linux 6.3 Kali GNU/Linux Rolling 2023.3\r\n CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz\r\n Memory: 8.21 GB / 15.24 GB\r\n Container: Yes\r\n Shell: 5.9 - /usr/bin/zsh\r\n Binaries:\r\n Node: 18.13.0 - /usr/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.2.0 - /usr/bin/npm\r\n Browsers:\r\n Chrome: 116.0.5845.179\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.10 => 1.0.0-rc.10\r\n```\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.",[2884,2887,2890],{"name":2885,"color":2886},"theme","0754FB",{"name":2888,"color":2889},"a11y","fbca04",{"name":2871,"color":2872},2930,"themeConfig.socialLinks.icon ","2024-02-02T09:23:16Z","https://github.com/vuejs/vitepress/issues/2930",0.7816569,{"description":2897,"labels":2898,"number":2900,"owner":2874,"repository":2875,"state":2901,"title":2902,"updated_at":2903,"url":2904,"score":2905},"### Is your feature request related to a problem? Please describe.\n\nI want user `h1` as my article outline, i can't use theme config to custom my outline\n\n### Describe the solution you'd like\n\nif i have config in my config.js\r\n```js\r\n themeConfig: {\r\n outline: [1,6] || 'all'\r\n}\r\n```\r\nthe title selector should like this\r\n```js\r\ndocument\r\n .querySelectorAll\u003CHTMLHeadingElement>('h1,h2, h3, h4, h5, h6') // include h1 title\r\n .forEach((el) => {\r\n if (el.textContent && el.id) {\r\n updatedHeaders.push({\r\n level: Number(el.tagName[1]),\r\n title: el.innerText.replace(/\\s+#\\s*$/, ''),\r\n link: `#${el.id}`\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.vuejs.org).\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.",[2899],{"name":2885,"color":2886},1529,"closed","The levels of header to display in the outline can't support h1 title","2023-08-12T00:04:14Z","https://github.com/vuejs/vitepress/issues/1529",0.74341166,{"description":2907,"labels":2908,"number":2910,"owner":2874,"repository":2875,"state":2901,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### Describe the bug\n\nIf you use the VPTeamMembers component provided by vitepress you are forced to use an avatar with it.\r\nOtherwise the browser displays a missing image.\r\nIf you dont have an image of a person, you cannot use this component or have to design an own \"missing\" avatar icon.\r\n\n\n### Reproduction\n\nUse the VPTeamMembers component in any page and have an empty avatar attribute.\r\n\r\n```yml\r\n {\r\n avatar: '',\r\n name: 'Evan You',\r\n title: 'Creator',\r\n links: [\r\n { icon: 'github', link: 'https://github.com/yyx990803' },\r\n { icon: 'twitter', link: 'https://twitter.com/youyuxi' }\r\n ]\r\n }\r\n```\n\n### Expected behavior\n\nComponent should not rely on that avatar image.\r\n\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (32) x64 AMD Ryzen 9 3950X 16-Core Processor\r\n Memory: 106.32 GB / 127.91 GB\r\n Binaries:\r\n Node: 16.14.2 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.7.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.71)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\n```\n\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2909],{"name":2885,"color":2886},1073,"VPTeamMembers requires avatar to get displayed correctly","2023-03-29T00:04:08Z","https://github.com/vuejs/vitepress/issues/1073",0.7443312,{"description":2916,"labels":2917,"number":2918,"owner":2874,"repository":2875,"state":2901,"title":2919,"updated_at":2920,"url":2921,"score":2922},"\r\n\r\n有大佬可以帮忙指导下这是什么问题吗",[],1387,"最新版本出现这样","2023-01-21T14:25:27Z","https://github.com/vuejs/vitepress/issues/1387",0.7492432,{"description":2924,"labels":2925,"number":2929,"owner":2874,"repository":2875,"state":2901,"title":2930,"updated_at":2931,"url":2932,"score":2933},"### Describe the bug\n\nI have a zip which i want to be downloaded from the blog site when running with the development server. The link works fine and i get a prompt to install the zip.\r\n\r\nIn production build the zip file is not part of the asserts folder as well as the link becoming \"file.zip.html\" instead of \"file.zip\"\n\n### Reproduction\n\n1. Create a md page which links to a zip file ( file.zip)\r\n2. Start the dev server and click on the link which points to the zip file\r\n3. You should get a prompt to install the zip\r\n4. Build the vitepress project with npm build\r\n5. Then start the project with npm serve\r\n6. Click on the zip link again and you will be redirected to the file.zip.html\r\n7. ( even if you remove the .html in the end you can't install the zip as it is not part of the final build ( in the asserts folder))\n\n### Expected behavior\n\nThe dev and build should behave the same in case there is a compression format like ( zip, 7z or other ) which are present as links\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.19 Arch Linux\r\n CPU: (16) x64 AMD Ryzen 9 4900HS with Radeon Graphics\r\n Memory: 11.85 GB / 15.05 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 18.10.0 - /usr/bin/node\r\n Yarn: 1.22.19 - /usr/bin/yarn\r\n npm: 8.19.2 - /usr/bin/npm\r\n Browsers:\r\n Brave Browser: 106.1.44.101\n```\n\n\n### Additional context\n\n\r\nThere is no zip in the output ( dist folder in my case)\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.",[2926],{"name":2927,"color":2928},"bug: pending triage","e99695",1421,"Zip files are not part of the final Build","2023-01-21T14:25:18Z","https://github.com/vuejs/vitepress/issues/1421",0.76392365,{"description":2935,"labels":2936,"number":2938,"owner":2874,"repository":2875,"state":2901,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### Describe the bug\n\nWhen I enable the `ignoreDeadLinks` option in `/docs/.vitepress/config.js`, `yarn docs:build` still fails with the reason being `One or more pages contain dead links.`\n\n### Reproduction\n\nCreate a new vitepress project.\r\nIn `/docs/.vitepress/config.js`:\r\n```js\r\nexport default {\r\n ignoreDeadLinks: true,\r\n title: \"test\",\r\n description: \"test stuff\"\r\n}\r\n```\r\n\r\nIn `/docs/api/index.md`:\r\n```md\r\n[test](./test)\r\n```\n\n### Expected behavior\n\nIt is expected that the build process will succeed, because it should ignoreDeadLinks instead of failing because of them.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (12) x64 Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz \r\n Memory: 6.63 GB / 15.93 GB\r\n Binaries:\r\n Node: 18.5.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 8.15.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.71) \r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\n```\n\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2937],{"name":2927,"color":2928},1084,"ignoreDeadLinks doesn't work","2023-01-21T14:30:01Z","https://github.com/vuejs/vitepress/issues/1084",0.7650997,{"description":2944,"labels":2945,"number":2946,"owner":2874,"repository":2875,"state":2901,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Is your feature request related to a problem? Please describe.\r\n\r\nI have modified the source code myself, but it needs to be customized again every time I upgrade. \r\nHope to add support for meta keywords.\r\n\r\n\r\n### Describe the solution you'd like\r\n\r\nTried to modify 7 files of the source code \r\n as shown below\r\n\u003Cimg width=\"351\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/25144943/28299ecd-66d2-4c8e-aea4-73932e16caed\">\r\n\r\n\r\n### Describe alternatives you've considered\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n[vitepress1.0.2(改造版-支持md 内使用 keywords).zip](https://github.com/vuejs/vitepress/files/14831944/vitepress1.0.2.-.md.keywords.zip)\r\n\r\n\r\n### Validations\r\n\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] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\r\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[],3733,"Can support for meta keywords be added?","2024-04-28T12:25:04Z","https://github.com/vuejs/vitepress/issues/3733",0.7676,{"description":2952,"labels":2953,"number":2954,"owner":2874,"repository":2875,"state":2901,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Is your feature request related to a problem? Please describe.\n\nyes\n\n### Describe the solution you'd like\n\nIcons or badges can be customized in the left sidebar.\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.",[],2871,"Expect the sidebar to be able to add badges","2023-09-07T00:04:16Z","https://github.com/vuejs/vitepress/issues/2871",0.76950103,{"description":2960,"labels":2961,"number":2962,"owner":2874,"repository":2875,"state":2901,"title":2963,"updated_at":2964,"url":2965,"score":2966},"如图所示,我想将导航标题级别提升,展示更多的,但是它是显示到2级标签。\r\n\r\n\r\n我参考了文档,但是没有找到相关配置,就是这样的效果\r\n\r\n\r\n\r\n请问,我该怎么做\r\n\r\n",[],4096,"页面导航问题求教","2024-08-08T04:42:37Z","https://github.com/vuejs/vitepress/issues/4096",0.7706442,["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5Zx6cvgHsBWMJMEQZ-R9whSFqYFh-iXaOs-W7aO435s":-1},"/vuejs/vitepress/1472"]