\r\n```yaml\r\n // algolia搜索\r\n search: {\r\n provider: 'algolia',\r\n options: {\r\n appId: 'xxxxx',\r\n apiKey: 'xxxxx',\r\n indexName: 'xxxxxx'\r\n }\r\n },",[],2944,"\"Algolia Search\" cannot jump to the page","2023-09-21T00:04:13Z","https://github.com/vuejs/vitepress/issues/2944",0.71646124,{"description":2929,"labels":2930,"number":2934,"owner":2869,"repository":2870,"state":2915,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Describe the bug\n\nturn back will let page repeat\r\n\r\n\n\n### Reproduction\n\nturn back will let page repeat\n\n### Expected behavior\n\nturn back will let page repeat\n\n### System Info\n\n```shell\nwin11, vitepress 1.0.0-alpha.45\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.",[2931],{"name":2932,"color":2933},"need more info","bdbefc",1874,"back will let page repeat","2023-02-21T00:04:17Z","https://github.com/vuejs/vitepress/issues/1874",0.72284544,{"description":2940,"labels":2941,"number":2942,"owner":2869,"repository":2870,"state":2915,"title":2943,"updated_at":2944,"url":2945,"score":2946},"### Describe the bug\r\n\r\nWhen we have 2 links on navbar containing the former the latter there is a false positive match.\r\n\r\nhttps://github.com/vuejs/vitepress/blob/main/src/client/theme-default/composables/navLink.ts#L19\r\n\r\n### Reproduction\r\n\r\nJust use for example 2 links like this:\r\n\r\n`/somedirectory/svelte` and `/somedirectory/sveltekit`.\r\n\r\nWhen navigating to `/somedirectory/svelte` link, then once in the page, the navbar will show both as `active` (also the parent, in the example `/somedirectory/`).\r\n\r\nClone this repo and checkout `docs/sveltekit` branch: https://github.com/antfu/vite-plugin-pwa (if not found, then the PR 176 will be merged and the branch deleted, just use the `main` branch).\r\n\r\nYou will need `pnpm` installed globally, once cloned and checkout the `docs/sveltekit` branch, go to `docs/.vitepress/theme/composables/navLink.ts` and comment this 2 if statements on line 25 (the code is the same here):\r\n\r\n```ts\r\n if (routePath === '/frameworks/sveltekit' && itemPath === '/frameworks/svelte' && active)\r\n active = false\r\n // fix /examples/sveltekit and /examples/svelte\r\n if (routePath === '/examples/sveltekit' && itemPath === '/examples/svelte' && active)\r\n active = false\r\n```\r\n\r\nRun from root folder `pnpm install && pnpm run build` and then `pnpm run docs` to run the docs site, go to Frameworks nav bar and select Svelte entry, you will see that `Getting Started`, `Svelte` and `SvelteKit` links will be active.\r\n\r\n\r\n### Expected behavior\r\n\r\nShould be only one/two matches.\r\n\r\n### System Info\r\n\r\n```shell\r\nI'm testing with `node16`.\r\n\r\n\r\nnpx envinfo --system --npmPackages vitepress --binaries --browsers\r\n\r\n System:\r\n OS: Windows 10 10.0.19042\r\n CPU: (16) x64 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz\r\n Memory: 47.82 GB / 63.95 GB\r\n Binaries:\r\n Node: 16.13.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.17 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 8.1.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 96.0.4664.45\r\n Edge: Spartan (44.19041.1266.0), Chromium (96.0.1054.34)\r\n Internet Explorer: 11.0.19041.1202\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/coc)\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.",[],453,"`navLink` module false positives","2023-01-21T16:04:05Z","https://github.com/vuejs/vitepress/issues/453",0.7238592,{"description":2948,"labels":2949,"number":2951,"owner":2869,"repository":2870,"state":2915,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Describe the bug\n\n```\r\n- [/example/](/example/) ❌\r\n- [./example/](./example/) ❌\r\n- [/example/index.md](/example/index.md) ❌\r\n- [./example/index.md](./example/index.md) ❌\r\n- the Left top \"Vitepress\" ❌\r\n- Sidebar \"example\" ❌\r\n- Navbar \"example\" ❌\r\n```\r\nClicking these internal links now triggers non-SPA navigation.\r\n\r\nrelated: https://vitepress.dev/guide/markdown#internal-links\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-tyiztl?file=docs%2Findex.md,docs%2F.vitepress%2Fconfig.ts\n\n### Expected behavior\n\nSPA navigation happens like it does with 1.0.0-rc.27.\n\n### System Info\n\n```Text\nStackblitz\r\n\r\n System:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) 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: 18.18.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.10.0 - /usr/local/bin/pnpm\r\n npmPackages:\r\n vitepress: 1.0.0-rc.28 => 1.0.0-rc.28\n```\n\n\n### Additional context\n\nThis bug seems to be caused by https://github.com/vuejs/vitepress/pull/3218\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.",[2950],{"name":2880,"color":2881},3225,"Clicking internal links without `.html` pointing a directory now triggers non-SPA navigation","2023-11-27T00:04:47Z","https://github.com/vuejs/vitepress/issues/3225",0.7263302,{"description":2957,"labels":2958,"number":2959,"owner":2869,"repository":2870,"state":2915,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Describe the bug\r\n\r\nWhen clicking on the favorite and delete buttons in the docSearch box, the link will jump.\r\n\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://vitepress.vuejs.org/\r\n\r\n### Expected behavior\r\n\r\nWhen clicking on the favorite and delete buttons in the docSearch box, the link do not jump.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (8) x64 Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz\r\n Memory: 2.59 GB / 15.9 GB\r\nBinaries:\r\n Node: 16.10.0 - C:\\Program Files\\nodejs\\node\r\n Yarn: 1.22.17 - C:\\Program Files\\nodejs\\yarn\r\n npm: 7.24.0 - C:\\Program Files\\nodejs\\npm\r\n pnpm: 7.2.1 - C:\\Program Files\\nodejs\\pnpm\r\nBrowsers:\r\n Chromium (104.0.5112.79)\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.",[],1139,"When clicking on the favorite and delete buttons in the docSearch box, the link will jump","2023-01-21T14:26:47Z","https://github.com/vuejs/vitepress/issues/1139",0.72984195,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTM3l1KU8nAe-FU71gvvfITUNerggcjRMGefqNc7Twts":-1},"/vuejs/vitepress/995"]