\r\n```\r\nIt works fine with the localhost via the command ` yarn docs:dev`\r\nbut when `yarn docs:build`, I got an error.\r\nHow can I do?\n\n### Describe the solution you'd like\n\nSupport the video control.\r\n\r\nI set up the site in LAN and won't expose to the WAN, the storage is no problem.\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.",[],1477,"embed video in markdown with vitepress","2023-01-21T14:25:05Z","https://github.com/vuejs/vitepress/issues/1477",0.79346144,{"description":2928,"labels":2929,"number":2933,"owner":2869,"repository":2870,"state":2905,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Describe the bug\r\n\r\n> 原作者: [https://github.com/xxx](https://github.com/xxx)\r\n### Reproduction\r\n\r\n-\r\n\r\n### Expected behavior\r\n\r\n-\r\n\r\n### System Info\r\n\r\n```Text\r\n-\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.",[2930],{"name":2931,"color":2932},"need more info","bdbefc",4013,"Blockquotes support this style?","2024-07-11T04:42:22Z","https://github.com/vuejs/vitepress/issues/4013",0.79387724,{"description":2939,"labels":2940,"number":2941,"owner":2869,"repository":2870,"state":2905,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Is your feature request related to a problem? Please describe.\n\nCurrently, when changing languages, the navbar links stay the same.\n\n### Describe the solution you'd like\n\nNavbar should have links based on the languages selected.\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.",[],1089,"Navbar for i18n","2023-01-21T14:28:59Z","https://github.com/vuejs/vitepress/issues/1089",0.79455864,{"description":2947,"labels":2948,"number":2952,"owner":2869,"repository":2870,"state":2905,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Describe the bug\n\n见截图,超链接的箭头图标换行了。\r\n\r\n\u003Cimg width=\"964\" alt=\"image\" src=\"https://user-images.githubusercontent.com/22316055/215759946-0ceba7a1-6d1f-4e73-8b38-2c87dfd2479c.png\">\r\n\n\n### Reproduction\n\n好像是从 alpha.37 版本开始的,到了 alpha.44 版本时,问题还在。\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2949],{"name":2950,"color":2951},"bug: pending triage","e99695",1869,"sidebar 超链接样式错位","2023-02-09T00:04:50Z","https://github.com/vuejs/vitepress/issues/1869",0.8077103,{"description":2958,"labels":2959,"number":2961,"owner":2869,"repository":2870,"state":2905,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### Describe the bug\n\nWhen I navigate on my application after the initial load and I click on a sidebar item that is collapsed, it collapses the sidebar item again.\n\n### Reproduction\n\nI reproduced the problem on Stackblitz: https://stackblitz.com/edit/vite-smcwhn?file=docs%2Fitem-2.md\r\n\r\n\r\n\r\nThe steps to reproduce are the following:\r\n\r\n1. Click on \"Get Started\" link\r\n2. Open the Sidebar\r\n3. Click on \"Dropdown menu\", then on \"Item 1\"\r\n4. You are on the \"item 1\" page. Open the sidebar again. We remark the \"Dropdown menu\" is collapsed, although I'm on the \"item 1\" page\r\n\r\nThe problem appears only during SPA navigation. If I reload completely the page \"Item 1\", the \"Dropdown Menu\" inside the sidebar is open as expected. \n\n### Expected behavior\n\nIn that scenario, the sidebar item should remain open to give more context to the user.\n\n### System Info\n\n```sh\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (6) 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: 16.20.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.2 - /usr/local/bin/npm\r\n pnpm: 8.6.10 - /usr/local/bin/pnpm\r\n npmPackages:\r\n vitepress: latest => 1.0.0-rc.1\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.",[2960],{"name":2880,"color":2881},2752,"sidebar item closes when it should stay open","2023-08-16T00:04:17Z","https://github.com/vuejs/vitepress/issues/2752",0.8083859,["Reactive",2967],{},["Set"],["ShallowReactive",2970],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fDtm3bQhJx2DGDe2unR60GBhggDT_pVsgld8gD-3JycM":-1},"/vuejs/vitepress/4640"]