\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.",[3090],{"name":3037,"color":3038},4124,"actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.66235936,{"description":3097,"labels":3098,"number":3099,"owner":3026,"repository":3027,"state":3073,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Is your feature request related to a problem? Please describe.\n\nLet's say we got a folder structure like this:\r\n\r\n\r\n└─ foo\r\n ├─ 1.0.0.md\r\n ├─ 2.0.0.md\r\n └─ 3.0.0.md\r\n\r\nRight now we would have routes like:\r\n `/foo/1.0.0.html`\r\n `/foo/2.0.0.html`\r\n `/foo/3.0.0.html`\r\n\r\nI'd like to also have a route or alias like the following: `/foo/latest` which will point to the latest version (this can all be determined on build time by looking at the file, I already have a function that gives me the latest \"route\", in this case `/foo/3.0.0.html`.\r\n\r\nHow can I make this `/foo/latest` route exist and be an alias to the one I wanted?\n\n### Describe the solution you'd like\n\nAllow us to define route aliases or redirects\n\n### Describe alternatives you've considered\n\nI've tried with rewrites but that allowed me to make the latest version redirected to /latest instead. I want the reverse.\n\n### Additional context\n\nIf this is not something you think vitepress should have because it's not SSG friendly (there is no latest.html file) then I understand.\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.",[],2922,"Route Alias or Redirect","2023-09-16T00:04:02Z","https://github.com/vuejs/vitepress/issues/2922",0.66367507,{"description":3105,"labels":3106,"number":3112,"owner":3026,"repository":3027,"state":3073,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Describe the bug\n\nLink to image (to open image in new tab/fullscreen). The img tag uses the image hash, but not the link itself, resulting in 404. \r\n\r\n\n\n### Reproduction\n\n#### Markdown\r\n```markdown\r\n[](../../assets/lifecycle.png)\r\n```\r\n\r\n#### Result\r\n```html\r\n\u003Ca href=\"../../assets/lifecycle.png\">\u003Cimg src=\"/assets/lifecycle.61eb5a52.png\" alt=\"Lifecycle\">\r\n```\n\n### Expected behavior\n\n```html\r\n\u003Ca href=\"/assets/lifecycle.61eb5a52.png\">\u003Cimg src=\"/assets/lifecycle.61eb5a52.png\" alt=\"Lifecycle\">\r\n```\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 6.2 Arch Linux\r\n CPU: (12) x64 AMD Ryzen 5 3600 6-Core Processor\r\n Memory: 12.28 GB / 31.27 GB\r\n Container: Yes\r\n Shell: 5.9 - /usr/bin/zsh\r\n Binaries:\r\n Node: 19.7.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 Chromium: 110.0.5481.177\r\n Firefox: 110.0.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.49 => 1.0.0-alpha.61\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.",[3107,3108,3111],{"name":3020,"color":3021},{"name":3109,"color":3110},"has-workaround","1B4515",{"name":3023,"color":3024},2124,"Link to image does not contain the image-hash","2023-08-12T00:04:29Z","https://github.com/vuejs/vitepress/issues/2124",0.67014974,{"description":3118,"labels":3119,"number":3120,"owner":3026,"repository":3027,"state":3073,"title":3121,"updated_at":3122,"url":3123,"score":3124},"### Describe the bug\n\nreference style link not rendering on container title\r\n\r\n\r\n\n\n### Reproduction\n\n```md\r\n::: info Software ([latest][link-latest], [stable][link-stable])\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n\r\n[link-latest]: \u003Chttps://download/link-latest>\r\n[link-stable]: \u003Chttps://download/link-stable>\r\n```\r\n\r\n\n\n### Expected behavior\n\n\r\n\r\n\r\n```md\r\n::: info Software ([latest](https://download/link-latest), [stable](https://download/link-stable))\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n```\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.17763\r\n CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor\r\n Memory: 3.70 GB / 7.95 GB\r\n Binaries:\r\n Node: 18.12.0 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\node.EXE\r\n npm: 9.6.6 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\npm.CMD\r\n Browsers:\r\n Internet Explorer: 11.0.17763.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.10 => 1.0.0-rc.15\n```\n\n\n### Additional context\n\nidk why it says IE11. i use a chrome/firefox browser\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.",[],3004,"reference style links not working on custom container title","2023-10-01T00:04:51Z","https://github.com/vuejs/vitepress/issues/3004",0.67350656,["Reactive",3126],{},["Set"],["ShallowReactive",3129],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvnyFY9WJ0e4BxLrn1sOuKVgr0cMZoeLW7BoN8935Anc":-1},"/vuejs/vitepress/2284"]