\r\n \u003C/template>\r\n\u003C/ClientOnly>\r\n```\r\nAnd I feel like `ClientOnly` doesn't seem to work. I'm not sure if it should be used here.\r\n\r\nmy package.json\r\n```json\r\n{\r\n \"name\": \"vitepress\",\r\n \"version\": \"1.0.0\",\r\n \"description\": \"\",\r\n \"main\": \"index.js\",\r\n \"scripts\": {\r\n \"dev\": \"vitepress dev docs --open\",\r\n \"build\": \"vitepress build docs\",\r\n \"serve\": \"vitepress serve docs\"\r\n },\r\n \"keywords\": [],\r\n \"author\": \"\",\r\n \"license\": \"ISC\",\r\n \"devDependencies\": {\r\n \"@algolia/client-search\": \"^4.14.2\",\r\n \"vitepress\": \"1.0.0-alpha.45\"\r\n },\r\n \"dependencies\": {\r\n \"browser-tool\": \"^1.0.3\"\r\n }\r\n}\r\n```\r\n`browser-tool` can do this: Browser analysis / browser detection / browser identification / browser judgment / UA parsing-user agent, operating system information\r\n\r\nAll in all, the reason why I do this is that edge browsers do not support avif image format. I need to judge that if the user's browser is edge, it will remind users to change their browsers to read blogs for a better experience.\r\n\r\n\n\n### Reproduction\n\nIf it's convenient for you, this is my repo:\r\nhttps://github.com/you-hengh/myblog_vitepress\r\n\r\nIn short, in the development environment, there will be a notification when opening the homepage with edge browser.\r\n\r\n\u003Cimg width=\"612\" alt=\"image\" src=\"https://user-images.githubusercontent.com/34816426/218310448-032c69bc-4c3f-44e3-997a-5080761fe69c.png\">\r\n\r\n\r\nBut in a production environment, edge visits the home page without this notification, which is not normal.\r\n\r\n\u003Cimg width=\"517\" alt=\"image\" src=\"https://user-images.githubusercontent.com/34816426/218310530-9b1f1aa7-e189-473d-9afe-0bccc7fc336d.png\">\r\n\r\n\r\nI don't know how to get it back to normal. Please help me.\n\n### Expected behavior\n\nIt should be packaged and run as well as in the development environment.\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://user-images.githubusercontent.com/34816426/218309052-4642bae2-53da-43d6-aa98-50297732db1f.png\">\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.2\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 3.39 GB / 32.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.17.1 - ~/Library/pnpm/node\r\n npm: 8.15.0 - ~/Library/pnpm/npm\r\n Browsers:\r\n Chrome: 109.0.5414.119\r\n Edge: 109.0.1518.70\r\n Safari: 16.3\n```\n\n\n### Additional context\n\nWorking normally in the development environment:\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://user-images.githubusercontent.com/34816426/218309052-4642bae2-53da-43d6-aa98-50297732db1f.png\">\r\n\r\nBut after packing, the work is not normal:\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://user-images.githubusercontent.com/34816426/218309239-ac091181-61c3-4546-96c9-45c67d231369.png\">\r\n\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.",[3060],{"name":3050,"color":3051},1929,"closed","Referencing the third library has no effect after packaging","2023-03-29T00:04:14Z","https://github.com/vuejs/vitepress/issues/1929",0.76632905,{"description":3068,"labels":3069,"number":3071,"owner":3030,"repository":3031,"state":3062,"title":3072,"updated_at":3073,"url":3074,"score":3075},"### Describe the bug\n\nAs title\n\n### Reproduction\n\nN/A\n\n### Expected behavior\n\nResolve `outDir` from `pwd` instead of `root`\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.0\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 6.09 GB / 64.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.15.1 - ~/Library/Caches/fnm_multishells/985_1655820447617/bin/node\r\n Yarn: 1.22.19 - ~/Library/Caches/fnm_multishells/985_1655820447617/bin/yarn\r\n npm: 8.12.1 - ~/Library/Caches/fnm_multishells/985_1655820447617/bin/npm\r\n Browsers:\r\n Chrome: 102.0.5005.115\r\n Firefox: 101.0.1\r\n Safari: 16.0\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.2 => 1.0.0-alpha.2\n```\n\n\n### Additional context\n\nWorkaround:\r\n\r\n```js\r\n{\r\n outDir: process.env.OUT_DIR && path.resolve(process.env.OUT_DIR),\r\n}\r\n```\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.",[3070],{"name":3050,"color":3051},839,"custom `outDir` resolves from `root` instead of `pwd`, is this expected?(Not to me at least)","2023-03-18T00:04:22Z","https://github.com/vuejs/vitepress/issues/839",0.7829897,{"description":3077,"labels":3078,"number":3082,"owner":3030,"repository":3031,"state":3062,"title":3083,"updated_at":3084,"url":3085,"score":3086},"### Describe the bug\n\nContent is duplicated.\r\nConsole error: Hydration completed but contains mismatches. framework.f2e19bd8.js:1:36420\r\n\r\nHTML auto minify disabled. \r\nMy config:\r\n`export default defineConfig(async ({ mode }) => {\r\n return {\r\n plugins: [MarkdownTransform()],\r\n build: {\r\n minify: false,\r\n },\r\n resolve: {\r\n alias: {\r\n \"@\": fileURLToPath(new URL(\"../src\", import.meta.url)),\r\n },\r\n },\r\n };\r\n});`\n\n### Reproduction\n\n\r\n\n\n### Expected behavior\n\nLocally in preview mode works fine\n\n### System Info\n\n```sh\nDependencies:\r\n\r\n\"vue\": \"^3.2.45\",\r\n\"vite\": \"^4.0.0\",\r\n\"vitepress\": \"^1.0.0-beta.6\",\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.",[3079],{"name":3080,"color":3081},"need more info","bdbefc",2678,"Duplicate content","2023-08-27T00:06:19Z","https://github.com/vuejs/vitepress/issues/2678",0.7886749,{"description":3088,"labels":3089,"number":3090,"owner":3030,"repository":3031,"state":3062,"title":3091,"updated_at":3092,"url":3093,"score":3094},"### Describe the bug\r\n\r\nWhen using multiple sidebars with overlap, the user must sort the entries in the configuration file.\r\n\r\nFor example:\r\n```ts\r\nsidebar: {\r\n '/': sidebar(),\r\n '/cookbooks/': sidebarCookbooks(),\r\n},\r\n```\r\n\r\nwill force ppl to change the order or renaming `/` (in the example) to avoid collision.\r\n\r\nChanging previous example to:\r\n```ts\r\nsidebar: {\r\n '/cookbooks/': sidebarCookbooks(),\r\n '/': sidebar(),\r\n},\r\n```\r\n\r\njust works.\r\n\r\n### Reproduction\r\n\r\nnot yet, check this on Discord: https://discord.com/channels/325477692906536972/790509637598314527/1035643686836518922\r\n\r\n### Expected behavior\r\n\r\nshould work without the order\r\n\r\n### System Info\r\n\r\n```shell\r\nNA\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/about/coc.html)\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.",[],1551,"multiple sidebar may require manual sort","2023-01-21T14:22:55Z","https://github.com/vuejs/vitepress/issues/1551",0.7892363,{"description":3096,"labels":3097,"number":3098,"owner":3030,"repository":3031,"state":3062,"title":3099,"updated_at":3100,"url":3101,"score":3102},"\r\n我也不知道怎么描述 就是有层级关系展现",[],4180,"请问页面导航 为何三级标题没有像官网那样有空格呢","2024-09-13T04:43:05Z","https://github.com/vuejs/vitepress/issues/4180",0.7924562,{"description":3104,"labels":3105,"number":3106,"owner":3030,"repository":3031,"state":3062,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Is your feature request related to a problem? Please describe.\n\nhope can be support local search. when run `docs:dev`, current doesn't have search functional.\n\n### Describe the solution you'd like\n\nhope can use local search like vuepress: https://v2.vuepress.vuejs.org/reference/plugin/search.html\r\n\r\nthis is an local search js:\r\n\r\nhttps://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/plugin-search/match-query.js\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.",[],1757,"Local search can be support?","2023-01-21T14:16:56Z","https://github.com/vuejs/vitepress/issues/1757",0.79802305,{"description":3112,"labels":3113,"number":3114,"owner":3030,"repository":3031,"state":3062,"title":3115,"updated_at":3116,"url":3117,"score":3118},"### Describe the bug\r\n\r\nThe project was built successfully and completed, but the terminal just doesn't run continue, when I deploy on GitHub, the same issue makes the deployment process got stuck and won't run the next step. \r\n\r\n\r\n\r\n### Reproduction\r\n\r\nPlease see our repos [VFluent3](https://stackblitz.com/~/github.com/Creator-SN/VFluent3)\r\nThen run:\r\n\r\n```bash\r\nyarn docs:build\r\n```\r\n\r\n### Expected behavior\r\n\r\nPlease help me to resolve this issue and deploy the repo.\r\n\r\n### System Info\r\n\r\n```Text\r\nhttps://github.com/Creator-SN/VFluent3/blob/3532c3298555c2662fe42e6da4861181a33d9114/docs/.vitepress/config.mts\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.",[],3661,"The build process is stuck","2024-03-26T00:04:19Z","https://github.com/vuejs/vitepress/issues/3661",0.79850954,["Reactive",3120],{},["Set"],["ShallowReactive",3123],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fNGpdfJ4Gt6sYpigJkdoB8qzkTn6GLLOnqlUDGFks5b0":-1},"/vuejs/vitepress/1891"]