\r\n\u003C/VPTeamPage>\r\n\n\n### Expected behavior\n\nit suppose to change Sponsor word like this but didn't work\r\n\r\n\r\n\r\n\n\n### System Info\n\n```Text\nSystem\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.",[3074],{"name":3045,"color":3046},4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.71028125,{"description":3081,"labels":3082,"number":3084,"owner":3022,"repository":3023,"state":3066,"title":3085,"updated_at":3086,"url":3087,"score":3088},"### Describe the bug\r\n\r\nFirst, thank you for your work on this package.\r\n\r\n`vitepress dev` works fine, only when you build the docs and serve them with `vitepress serve` does this fail.\r\n\r\nIt tries to load a non-existing file:\r\n\r\n```\r\napp.0e8df899.js:90 GET http://localhost:5000/assets/guide_what-is-vue-popper.md.undefined.js net::ERR_ABORTED 404 (Not Found)\r\n```\r\n\r\n\r\n### Reproduction\r\n\r\n[Here's](https://github.com/valgeirb/vue3-popper) my repo.\r\n\r\n1. Clone it\r\n2. `npm i`\r\n3. Change `base` in `docs/.vitepress/config.js` to `base: \"/\"`\r\n4. `npm run build:docs`\r\n5. `npm run serve:docs`\r\n6. See the error in the dev tools\r\n\r\n### Expected behavior\r\n\r\nI don't understand why vitepress tries to serve this `.undefined` file. \r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Linux 5.11 Zorin OS 16\r\n CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz\r\n Memory: 4.16 GB / 31.23 GB\r\n Container: Yes\r\n Shell: 5.8 - /usr/bin/zsh\r\n Binaries:\r\n Node: 14.17.5 - ~/.nvm/versions/node/v14.17.5/bin/node\r\n npm: 6.14.14 - ~/.nvm/versions/node/v14.17.5/bin/npm\r\n Browsers:\r\n Chrome: 94.0.4606.81\r\n Firefox: 93.0\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] Follow our [Code of Conduct](https://vuejs.org/coc)\r\n- [X] Read the [docs](https://vitepress.vuejs.org/).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3083],{"name":3033,"color":3034},412,"`vitepress serve` tries to load an md.undefined.js file ","2023-01-21T14:28:39Z","https://github.com/vuejs/vitepress/issues/412",0.7106518,{"description":3090,"labels":3091,"number":3095,"owner":3022,"repository":3023,"state":3066,"title":3096,"updated_at":3097,"url":3098,"score":3099},"### Describe the bug\n\nI was trying to follow these instructions [here](https://vitepress.dev/guide/extending-default-theme#customizing-css) just to change the color of the Title on the home page.\r\nAccording [this section](https://vitepress.dev/guide/custom-theme#theme-resolving), just by creating the `.vitepress/theme/index.js` and `.vitepress/theme/custom.css` files that the [Customizing CSS](https://vitepress.dev/guide/extending-default-theme#customizing-css) suggests should be enough to have it being read.\r\nBut no. That alone does not work.\r\n\r\nI had to add `import './theme/custom.css'` to the `config.ts` file first to force it to read the custom css.\r\n\r\n**edit:**\r\nmore recently I tried renaming the `.vitepress/theme/index.js` to `.ts` and then it woke up! now it is aware of that file...\r\nLooks like a bug, no?\n\n### Reproduction\n\nI was trying to follow these instructions [here](https://vitepress.dev/guide/extending-default-theme#customizing-css) just to change the color of the Title on the home page.\r\nAccording [this section](https://vitepress.dev/guide/custom-theme#theme-resolving), just by creating the `.vitepress/theme/index.js` and `.vitepress/theme/custom.css` files that the [Customizing CSS](https://vitepress.dev/guide/extending-default-theme#customizing-css) suggests should be enough to have it being read.\r\nBut no. That alone does not work.\r\n\r\nI had to add `import './theme/custom.css'` to the `config.ts` file first to force it to read the custom css.\r\n\r\n**edit:**\r\nmore recently I tried renaming the `.vitepress/theme/index.js` to `.ts` and then it woke up! now it is aware of that file...\r\nLooks like a bug, no?\n\n### Expected behavior\n\nbe able to follow along the initial instructions on custom css\n\n### System Info\n\n```sh\nmac os catalina latest vitepress nodejs 16 npm 6.9\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.",[3092],{"name":3093,"color":3094},"bug: pending triage","e99695",2612,"simple css overriding ain't happening","2023-08-21T00:04:12Z","https://github.com/vuejs/vitepress/issues/2612",0.7158857,{"description":3101,"labels":3102,"number":3104,"owner":3022,"repository":3023,"state":3066,"title":3105,"updated_at":3106,"url":3107,"score":3108},"### Describe the bug\n\nHello, \r\n\r\nI want to add vite.config.js because i have to add entry to my server allow list\r\n\r\n\u003Cimg width=\"1245\" alt=\"Capture d’écran 2022-09-27 à 14 20 52\" src=\"https://user-images.githubusercontent.com/41836255/192524958-f2f2189c-47ef-40ae-a817-dd95c1b8de8b.png\">\r\n\r\nBut It seem not to be use by vitepress. Maybe i did something wrong.\r\n\r\nThanks by advance\n\n### Reproduction\n\n- Create new vitepress project\r\n- Add vite.config.js at the root of the project\r\n- Add some specific configuration\r\n\r\n```js\r\nimport { defineConfig } from 'vite'\r\nexport default defineConfig({\r\n server: {\r\n port: 3030\r\n }\r\n})\r\n\r\n```\r\n\r\n- restart.\n\n### Expected behavior\n\nShould use the new port to serve app\n\n### System Info\n\n```shell\nUse the default config instead of custom\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.",[3103],{"name":3045,"color":3046},1406,"Add vite.conf.js to overloading config","2023-01-21T14:25:16Z","https://github.com/vuejs/vitepress/issues/1406",0.7325192,{"description":3110,"labels":3111,"number":3113,"owner":3022,"repository":3023,"state":3066,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### Is your feature request related to a problem? Please describe.\n\n- 对照 markdown 基础语法,发现 VitePress 不支持 脚注 功能\r\n- 另外有个问题,关于 [External Links](https://vitepress.vuejs.org/guide/markdown#external-links),外部链接不需要尖括号即可直接转换成可跳转链接,如果我想禁用此链接仅作文本展示,只能通过把链接包裹在 ` `` ` 当中,想知道 VitePress 是如何解决这件事的。\r\n- markdown 的任务列表是否有样式优化的计划\r\n:vulcan_salute:\n\n### Describe the solution you'd like\n\n- 是否会支持 markdown 脚注\r\n- 解答 External Links 的问题\r\n- 解答关于 任务列表 的问题\r\n:vulcan_salute:\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.",[3112],{"name":3045,"color":3046},1775,"关于 VitePress 中的 markdown 的脚注、外部链接和任务列表的问题","2023-02-28T00:04:30Z","https://github.com/vuejs/vitepress/issues/1775",0.73294,["Reactive",3119],{},["Set"],["ShallowReactive",3122],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ftu7lhx-rgjEqZYt80hPpO1Ikb89HiBmBbWNM8CFzRt4":-1},"/vuejs/vitepress/3384"]