\r\n````\n\n### Describe the solution you'd like\n\nExport `VPImage` as global `Image` component, see e.g. commit https://github.com/kleisauke/vitepress/commit/f1b6a57409f7752fc2142545340afc589cf091ff.\n\n### Describe alternatives you've considered\n\nI considered to use this:\r\n```html\r\n\u003Cpicture>\r\n \u003Csource srcset=\"/logo-dark.svg\" media=\"(prefers-color-scheme: dark)\" />\r\n \u003Cimg src=\"/logo.svg\" alt=\"Logo\" />\r\n\u003C/picture>\r\n```\r\n\r\nHowever, this approach wouldn't work if a user manually switches to dark mode.\n\n### Additional context\n\nI could open a PR for commit https://github.com/kleisauke/vitepress/commit/f1b6a57409f7752fc2142545340afc589cf091ff, if appropriate.\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.",[2920,2923],{"name":2921,"color":2922},"theme","0754FB",{"name":2924,"color":2925},"contribution welcome","11E4B8",2813,"closed","Export `VPImage` as global component","2023-08-26T00:04:05Z","https://github.com/vuejs/vitepress/issues/2813",0.72234017,{"description":2933,"labels":2934,"number":2936,"owner":2871,"repository":2872,"state":2927,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Describe the bug\n\n\r\n\n\n### Reproduction\n\nhttps://github.com/meedfine/server-fs-allow.git\r\ntest win10,win11, it happened\r\n\r\n1. pnpm run docs\r\n2. visit http://localhost:5173/\r\n3.close\r\n4. pnpm run docs\r\nthen will happen,or retry 3,4\r\n\r\n\r\nhttps://user-images.githubusercontent.com/35157761/201807046-c6e534ae-722a-4149-86f0-aab839296381.mp4\r\n\r\n\n\n### Expected behavior\n\nwork well\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19043\r\n CPU: (4) x64 Intel(R) Core(TM) i3-3240 CPU @ 3.40GHz\r\n Memory: 9.72 GB / 15.87 GB\r\n Binaries:\r\n Node: 16.14.2 - C:\\Program Files\\nodejs\\node.EXE\r\n npm: 8.5.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 78.0.3904.108\r\n Edge: Spartan (44.19041.1266.0), Chromium (107.0.1418.42)\r\n Internet Explorer: 11.0.19041.1566\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.",[2935],{"name":2900,"color":2901},1608,"mono+dev+enhanceApp+fs.server.strict: sometimes run error","2023-01-21T14:20:33Z","https://github.com/vuejs/vitepress/issues/1608",0.7233605,{"description":2942,"labels":2943,"number":2944,"owner":2871,"repository":2872,"state":2927,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Is your feature request related to a problem? Please describe.\n\nemmmm, now on the official website of vitepress.dev, after clicking search and entering some keywords, no more than 5 results are always returned. Now I need to view more results, such as 20 or 50, what should I do? Hope to get a reply, thank you\r\n\r\n\n\n### Describe the solution you'd like\n\nNow I need to view more results, such as 20 or 50, what should I do?\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.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.",[],3088,"How to display results for more than 5 items using Algolia search?","2023-10-22T00:04:50Z","https://github.com/vuejs/vitepress/issues/3088",0.72492015,{"description":2950,"labels":2951,"number":2955,"owner":2871,"repository":2872,"state":2927,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\nthe log setting dev works ,but build does't work\r\n\r\nthe code as\r\n\r\n```\r\nbase: \"./\",\r\n head: [['link', {rel: 'icon', href: '/assets/img/logo.png'}]],\r\n vite: {\r\n assetsInclude: ['assets']\r\n },\r\n title: \"FollowYourHeart\",\r\n description: \"LearningNote\",\r\n themeConfig: {\r\n logo: '/assets/img/logo.png',\r\n```\n\n### Reproduction\n\nthe code repo :\r\nhttps://github.com/zouyaowen/freewheeling\r\n\r\ndeploy address: https://freewheeling.top/\n\n### Expected behavior\n\n\u003Cimg width=\"608\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/20028367/9706d233-a7ef-458a-a904-84799f25e2bd\">\r\n\n\n### System Info\n\n```sh\nSystem:\r\n OS: Linux 4.18 CentOS Linux 8 (Core)\r\n CPU: (4) x64 Intel(R) Xeon(R) CPU E5-26xx v4\r\n Memory: 1.88 GB / 3.65 GB\r\n Container: Yes\r\n Shell: 4.4.20 - /bin/bash\r\n Binaries:\r\n Node: 18.16.0 - /usr/local/node-v18.16.0-linux-x64/bin/node\r\n npm: 9.5.1 - /usr/local/node-v18.16.0-linux-x64/bin/npm\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.7 => 1.0.0-beta.7\n```\n\n\n### Additional context\n\nno\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.",[2952],{"name":2953,"color":2954},"bug: pending triage","e99695",2745,"assects img for logo dev works,build result does't work","2023-08-15T00:04:13Z","https://github.com/vuejs/vitepress/issues/2745",0.7270036,{"description":2961,"labels":2962,"number":2966,"owner":2871,"repository":2872,"state":2927,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### Describe the bug\n\n单击 AntDesignVue Pagination 组件某页进行切换时,会导致当前页面会滚动到 Top。\n\n### Reproduction\n\n后排查发现 \\\u003Ca rel=\"nofollow\"> 这种也会起到锚链接的作用。但在其他非 vitepress 的 SPA 页面中使用,却不会有这个影响。我不太理解。\n\n### Expected behavior\n\n消除 \\\u003Ca rel=\"nofollow\"> 本不该有的 锚链接影响。\n\n### System Info\n\n```Text\nSystem:\r\n OS: macOS 14.5\r\n CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 2.63 GB / 32.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node\r\n Yarn: 1.22.22 - /usr/local/bin/yarn\r\n npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm\r\n pnpm: 9.2.0 - /usr/local/bin/pnpm\r\n bun: 1.1.12 - /usr/local/bin/bun\r\n Browsers:\r\n Chrome: 125.0.6422.142\r\n Safari: 17.5\r\n npmPackages:\r\n vitepress: ^1.2.3 => 1.2.3\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.",[2963],{"name":2964,"color":2965},"client","1AA9E5",3950,"使用 AntDesignVue Pagination 组件中,发现单击某个页数切换,会导致页面会回滚到 Top","2024-06-17T04:43:00Z","https://github.com/vuejs/vitepress/issues/3950",0.7270071,["Reactive",2972],{},["Set"],["ShallowReactive",2975],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZqNnAnPq2l5tJbrYkOeBDOCrA10Upo0GZEBtOBIQk40":-1},"/vuejs/vitepress/4163"]