```\r\n\r\nIt doesn't seem to be correct:\r\n\r\n\r\n\r\nHow to make it look correct, just like on the homepage?:\r\n\r\n\r\n\r\n",[2923],{"name":2868,"color":2869},4273,"How to use default Vue components elsewhere","2024-12-03T17:27:39Z","https://github.com/vuejs/vitepress/issues/4273",0.7392433,{"description":2930,"labels":2931,"number":2933,"owner":2871,"repository":2872,"state":2873,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Describe the bug\r\n\r\nJust as reported with #2713, I'm running into an error of: `Rollup failed to resolve import \"vue/server-renderer\"`. The error happens during execution of `vitepress build` and apparently only on CI.\r\n\r\n### Reproduction\r\n\r\nLink to the failing workflow: https://github.com/shellscape/jsx-email/actions/runs/6365095364/job/17281850884#step:12:104 \r\nLink to the site's source: https://github.com/shellscape/jsx-email/tree/main/apps/web. \r\nLink to the workflow: https://github.com/shellscape/jsx-email/blob/main/.github/workflows/release.yml\r\n\r\nTo reiterate: This does not happen locally on my Mac M2 Ventura, it only occurs in CI\r\n\r\n### Expected behavior\r\n\r\nI would have expected no build error. This looks like an environment specific issue. \r\n\r\n### System Info\r\n\r\n```Text\r\nSystem information can be viewed in the failing workflow here: https://github.com/shellscape/jsx-email/actions/runs/6365095364/job/17281850884#step:1:3\r\n\r\n Ubuntu\r\n 22.04.3\r\n LTS\r\n \"vitepress\": \"1.0.0-rc.17\"\r\n node v20.8.0\r\n pnpm 8.7.1\r\n moon 1.12.1\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.\r\n\r\n\r\n_Update: `npm info virepress version` must have been cached or something on my end because it was resolving rc17 earlier. looked it up manually and updated to vitepress v1.0.0-rc.20 and no difference on CI. Failing workflow with rc20 can be viewed here: https://github.com/shellscape/jsx-email/actions/runs/6365219441/job/17282058140#step:12:101_",[2932],{"name":2868,"color":2869},3035,"Rollup failed to resolve import \"vue/server-renderer\"","2025-03-02T18:10:43Z","https://github.com/vuejs/vitepress/issues/3035",0.7409878,{"description":2939,"labels":2940,"number":2942,"owner":2871,"repository":2872,"state":2873,"title":2943,"updated_at":2944,"url":2945,"score":2946},"### Is your feature request related to a problem? Please describe.\n\nI am always frustrated when searching for related content across the site.\n\n### Describe the solution you'd like\n\nIt might be a great idea to have some kind of tag system very much like the way a hashtag works, where you can set the tags in the frontmatter and the vitepress tool would automatically inject those tags at the top of the page or the bottom of the page. These tags would then become searchable via the built-in search tool or you could have a list of tags in the sidebar appear, so when you click on a tag it will display or the related content that is associated to that tag.\n\n### Describe alternatives you've considered\n\nI have not tried any alternatives, I believe that Vitepress does not provide an alternative solution.\n\n### Additional context\n\nI am building a resource for making the law more approachable and accessible to the everyday South African called lawforidiots.org, I have realized that the way that i intend for the content to be laid out would require some kind of tagging system because there will eventually be a lot of content that is related overtime. Therefore, a tagging system would be the best way to go. I see there is another ticket https://github.com/vuejs/vitepress/issues/3029 but I thought I would create a duplicate just for more context on the matter\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.",[2941],{"name":2868,"color":2869},3254,"Searchable tags","2025-03-02T18:10:16Z","https://github.com/vuejs/vitepress/issues/3254",0.75345826,{"description":2948,"labels":2949,"number":2953,"owner":2871,"repository":2872,"state":2954,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Is your feature request related to a problem? Please describe.\r\n\r\nConveniently use content-adaptive layout in components on the home page\r\n\r\n### Describe the solution you'd like\r\n\r\n`.vitepress/theme/index.ts`:\r\n```ts\r\nimport HomePage from './component/HomePage'\r\n\r\nexport default {\r\n Layout: () => {\r\n return h(Theme.Layout, null, {\r\n 'home-features-after': () => h(HomePage),\r\n })\r\n },\r\n```\r\n\r\n---\r\n\r\n`HomePage.vue`:\r\n\r\n```html\r\n\u003Cscript setup lang=\"ts\">\r\nimport{ VPHomeContent } from 'vitepress/theme'\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n\t\u003CVPHomeContent>\r\n\t\t\u003C!-- my custom content -->\r\n\t\u003C/VPHomeContent>\r\n\u003C/template>\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_No response_\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.",[2950],{"name":2951,"color":2952},"contribution welcome","11E4B8",3954,"closed","[New feature] export `VPHomeContent` to provide content-adaptive layout","2024-06-22T04:41:46Z","https://github.com/vuejs/vitepress/issues/3954",0.71055984,{"description":2960,"labels":2961,"number":2965,"owner":2871,"repository":2872,"state":2954,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### Describe the bug\n\nI installed Vitepress, built then ran it locally following the documentation of Vercel and everything seemed fine. But when I deployed it to my personal Vercel, my site keeps loading the 404.html. When I visit the Output of Vercel, I couldn't find any index.html and only 404.html. \r\n\r\nHere is currently [the blog of mine](https://vitepress-doc-kappa.vercel.app/) that I deployed to Vercel.\r\n\r\nThis is my current source on Vercel:\r\n\r\n\r\nThis is my current output on Vercel:\r\n\r\n\r\n\n\n### Reproduction\n\nNot sure if this is the correct way to reproduce, but I'll list down the commands that I ran, from install command to deploy:\r\n\r\n```bash\r\nnpm add -D vitepress\r\nnpx vitepress init ./\r\nnpm run docs:build\r\nnpm run docs:preview\r\nvercel --prod\r\n```\n\n### Expected behavior\n\nPage should load index.html when visiting `/`.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19043\r\n CPU: (4) x64 Intel(R) Pentium(R) CPU G4560 @ 3.50GHz\r\n Memory: 2.27 GB / 7.96 GB\r\n Binaries:\r\n Node: 20.0.0 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 9.6.4 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (120.0.2210.133)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.39 => 1.0.0-rc.39\n```\n\n\n### Additional context\n\nI use a fresh setup of Vitepress and deploy to a Vercel setting using Node v20.x (which as mentioned on Vercel that is still in Beta). However I did try Node v18.x on Vercel and the error is the same. \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.",[2962],{"name":2963,"color":2964},"bug: pending triage","e99695",3460,"Site auto loads 404.html after deployed to Vercel","2024-01-24T00:04:46Z","https://github.com/vuejs/vitepress/issues/3460",0.7202158,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fs5uTrGAhD5wngrcjxtkYXVHB5ep0-L6LzAkQj76ul1M":-1},"/vuejs/vitepress/4189"]