\n\n### Expected behavior\n\nI hope to use SVG and other methods instead of using masks to display icons, which can avoid frequent redrawing\n\n### System Info\n\n```Text\n\"vitepress\": \"^1.6.4\",\n```\n\n### Additional context\n\n\u003Cimg width=\"2559\" height=\"1042\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/39db5990-f3ee-47bb-8bcf-49272a1918f4\" />\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.",[3145],{"name":3146,"color":3147},"bug: pending triage","e99695",4917,"vuejs","vitepress","open","Bug: Frequent triggering of redrawing of navigation bar icons","2025-08-21T09:14:41Z","https://github.com/vuejs/vitepress/issues/4917",0.7325328,{"description":3157,"labels":3158,"number":3162,"owner":3149,"repository":3150,"state":3151,"title":3163,"updated_at":3164,"url":3165,"score":3166},"### Is your feature request related to a problem? Please describe.\n\nAfter the colour system has been improved, I find it harder to find the colour for both dark and light modes.\r\n\r\nIs there any recommended generator that fits the VitePress colour system? At this stage, all I need is the 3 brand colours.\n\n### Describe the solution you'd like\n\nN/A\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.",[3159],{"name":3160,"color":3161},"stale","ededed",3212,"Color generator","2023-12-26T20:33:04Z","https://github.com/vuejs/vitepress/issues/3212",0.74571174,{"description":3168,"labels":3169,"number":3171,"owner":3149,"repository":3150,"state":3151,"title":3172,"updated_at":3173,"url":3174,"score":3175},"### Describe the bug\n\n[Subpath imports](https://nodejs.org/api/packages.html#subpath-imports) configured in `package.json` are not resolved in `.vitepress/config.ts` and `*.data.ts`.\n\n### Reproduction\n\n[StackBlitz](https://stackblitz.com/edit/vitepress-subpath-imports?file=docs%2F.vitepress%2Fconfig.ts)\r\n\r\n1. Configure subpath imports in `package.json`\r\n```json\r\n \"imports\": {\r\n \"#*\": \"./*\"\r\n }\r\n```\r\n\r\n2. Create a module exporting data in the project root\r\n```ts\r\n// sharedData.ts\r\nexport default {\r\n siteTitle: 'Shared site title',\r\n};\r\n```\r\n\r\n3. Import the module\r\n\u003Cdetails>\r\n\u003Csummary>in \u003Ccode>.vitepress/config.ts\u003C/code>\u003C/summary>\r\n\u003Cpre>\r\nimport { defineConfig } from 'vitepress';\r\nimport sharedData from '#sharedData';\r\nexport default defineConfig({\r\n title: sharedData.siteTitle,\r\n});\r\n\u003C/pre>\r\n\u003C/details>\r\n\u003Cdetails>\r\n\u003Csummary>in a data loader\u003C/summary>\r\n\u003Cpre>\r\nimport { defineLoader } from 'vitepress';\r\nimport sharedData from '#sharedData';\r\nexport default defineLoader({\r\n watch: ['./sharedData.ts'],\r\n load: () => sharedData,\r\n});\r\n\u003C/pre>\r\n\u003C/details>\n\n### Expected behavior\n\n```import sharedData from '#sharedData'```\r\n\r\nshould work identically to \r\n\r\n```import sharedData from '../../sharedData'```\r\n\r\nand set the site title to `Shared site title`.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 18.20.3 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.2.3 - /usr/local/bin/npm\r\n pnpm: 8.15.6 - /usr/local/bin/pnpm\r\n npmPackages:\r\n vitepress: latest => 1.3.4\n```\n\n\n### Additional context\n\nRunning VitePress with Bun (`bun --bun run docs:dev`) or tsx `tsx node_modules/vitepress/bin/vitepress.js` works around the issue.\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.",[3170],{"name":3160,"color":3161},4173,"Site config and data loaders don't support subpath imports","2024-10-12T12:11:42Z","https://github.com/vuejs/vitepress/issues/4173",0.7527439,{"description":3177,"labels":3178,"number":3180,"owner":3149,"repository":3150,"state":3181,"title":3182,"updated_at":3183,"url":3184,"score":3185},"### Describe the bug\n\n只是开启本地搜索未做任何更改\r\n\r\n\r\n\n\n### Reproduction\n\n\n\n### Expected behavior\n\n\n\n### System Info\n\n```shell\n\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.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3179],{"name":3146,"color":3147},2287,"closed","貌似从7.3开始本地搜索报错","2023-05-05T00:04:14Z","https://github.com/vuejs/vitepress/issues/2287",0.7200405,{"description":3187,"labels":3188,"number":3190,"owner":3149,"repository":3150,"state":3181,"title":3191,"updated_at":3192,"url":3193,"score":3194},"### Describe the bug\n\n以句号结尾的字体加粗,无法正确解析:\n\n\n\n去除句号后的字体加粗,正确解析:\n\n\n\n### Reproduction\n\nnull\n\n### Expected behavior\n\nnull\n\n### System Info\n\n```Text\nnull\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.",[3189],{"name":3146,"color":3147},4752,"以句号结尾的字体加粗md格式无法被正确解析","2025-05-16T03:52:48Z","https://github.com/vuejs/vitepress/issues/4752",0.7220309,{"description":3196,"labels":3197,"number":3199,"owner":3149,"repository":3150,"state":3181,"title":3200,"updated_at":3201,"url":3202,"score":3203},"### Describe the bug\n\n\r\n\n\n### Reproduction\n\nnone\n\n### Expected behavior\n\nnone\n\n### System Info\n\n```shell\nnone\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.",[3198],{"name":3146,"color":3147},1076,"Official documentation hangs up","2023-01-21T14:30:05Z","https://github.com/vuejs/vitepress/issues/1076",0.72796595,{"description":3205,"labels":3206,"number":3208,"owner":3149,"repository":3150,"state":3181,"title":3209,"updated_at":3210,"url":3211,"score":3212},"### Describe the bug\n\n知乎热搜榜不更新\n这是itab 知乎\n\n\u003Cimg width=\"1579\" height=\"903\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7604efd0-49a5-495c-9fd6-8d24549f2e27\" />\n这是知乎网站的热搜榜\n\n\u003Cimg width=\"807\" height=\"942\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/092b0749-e7d2-4b00-bd5b-172b6725c892\" />\n\n### Reproduction\n\n希望能更新接口,获取最新热搜数据\n\n### Expected behavior\n\n希望能更新接口,获取最新热搜数据\n\n### System Info\n\n```Text\n1.6.20\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.",[3207],{"name":3146,"color":3147},4866,"知乎热搜榜不更新","2025-07-30T04:05:01Z","https://github.com/vuejs/vitepress/issues/4866",0.7382771,{"description":3214,"labels":3215,"number":3219,"owner":3149,"repository":3150,"state":3181,"title":3220,"updated_at":3221,"url":3222,"score":3223},"### Is your feature request related to a problem? Please describe.\n\nI want to add lotti animated image instead of static image\n\n### Describe the solution you'd like\n\nAdd slot to `VHero`\n\n### Describe alternatives you've considered\n\nNone\t\n\n### Additional context\n\nN/A\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.",[3216],{"name":3217,"color":3218},"theme","0754FB",1062,"Hero image slot ","2023-01-21T14:17:02Z","https://github.com/vuejs/vitepress/issues/1062",0.7406195,{"description":3225,"labels":3226,"number":3230,"owner":3149,"repository":3150,"state":3181,"title":3231,"updated_at":3232,"url":3233,"score":3234},"### Describe the bug\n\nHey not sure if bug or not. However when trying to add avatars on a team page while within an enterprise doesnt seem to work\r\n\r\n- is there a way to just add a .png file from the public folder to the avatar team url? \n\n### Reproduction\n\n {\r\n avatar: '/mypng.png',\r\n name: 'Jonathan Gober',\r\n title: 'QP Consultant',\r\n links: [\r\n { icon: 'github', link: 'my github link' }, \r\n ]\r\n },\r\n\r\nrunning docs:dev gives expected result and shows png\r\nrunning with built file fails\n\n### Expected behavior\n\nShould show png avatar for team page\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19042\r\n CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz\r\n Memory: 16.31 GB / 31.73 GB\r\n Binaries:\r\n Node: 18.12.1 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 8.19.2 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (108.0.1462.76) \r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.30 => 1.0.0-alpha.30\n```\n\n\n### Additional context\n\nn/a\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.",[3227],{"name":3228,"color":3229},"need more info","bdbefc",1826,"Use PNG files for Team Page Avatar?","2023-01-30T00:04:20Z","https://github.com/vuejs/vitepress/issues/1826",0.7467278,{"description":3236,"labels":3237,"number":3238,"owner":3149,"repository":3150,"state":3181,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Is your feature request related to a problem? Please describe.\n\nThere is currently no easy way to set the text direction of an entire website. While it is possible to add global CSS, that is [not the recommended approach](https://www.w3.org/International/tutorials/bidi-xhtml/index#browser).\n\n### Describe the solution you'd like\n\nIt would be useful to add a config to set `dir=\"ltr/rtl\"` of the `\u003Chtml>` element, so that docs written in [RTL scripts](https://www.w3.org/International/questions/qa-scripts) using VP can be better supported.\n\n### Describe alternatives you've considered\n\nUse the CSS [direction](https://www.w3.org/TR/css-writing-modes-4/#direction) property to customize the theme.\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.",[],902,"How to set the text direction?","2023-01-25T00:04:23Z","https://github.com/vuejs/vitepress/issues/902",0.74677235,["Reactive",3244],{},["Set"],["ShallowReactive",3247],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCLb6CRZaz_FNEKC9qM7Sx2PTCvLz_UAqumF4Vp94WjI":-1},"/vuejs/vitepress/1039"]