\r\n \u003C/head>\r\n \u003Cbody>\r\n \u003Cp>Hello, world!\u003C/p>\r\n \u003C/body>\r\n\u003C/html>\r\n```\r\n\r\nThen run `npx vitepress dev`, open http://localhost:5173/, and click on the green \"foo\" button that appears. VitePress gives a 404 error page. Reload the page, and the correct HTML page should appear with the contents \"Hello, world!\"\r\n\r\nGo back to http://localhost:5173/, and this time open the green \"foo\" button's link in a new tab. Observe that the page is loaded correctly with no 404.\r\n\r\n### Expected behavior\r\n\r\nVitePress should load the page correctly when clicking the link to open it in the current tab.\r\n\r\n### System Info\r\n\r\n```\r\nSystem:\r\n OS: macOS 12.6.1\r\n CPU: (8) arm64 Apple M1\r\n Memory: 277.38 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.14.2 - ~/.nvm/versions/node/v16.14.2/bin/node\r\n Yarn: 1.22.19 - ~/.yarn/bin/yarn\r\n npm: 8.5.0 - ~/.nvm/versions/node/v16.14.2/bin/npm\r\n Browsers:\r\n Chrome: 108.0.5359.98\r\n Firefox: 90.0\r\n Safari: 16.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.30 => 1.0.0-alpha.30\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.",[],1685,"404 error when clicking link to public","2023-01-21T14:17:08Z","https://github.com/vuejs/vitepress/issues/1685",0.6586792,{"description":2902,"labels":2903,"number":2905,"owner":2874,"repository":2875,"state":2888,"title":2906,"updated_at":2907,"url":2908,"score":2909},"### Describe the bug\r\n\r\nI'm migrate vue-i18n docs site with vitepress v1 alpha.4\r\nThe config.ts for that docs consists of Mulutiple Sidbars.\r\nConfig.ts is here:\r\nhttps://github.com/intlify/vue-i18n-next/blob/docs/vitepress1/docs/.vitepress/config.ts\r\n\r\n`/guide/` sidebar has items, but it’s wried, we will access the `Message Format Syntax` and `Fallbacking` items resulting in a 404.\r\n\r\nThese settings are here.\r\n- `Message Format Syntax`: https://github.com/intlify/vue-i18n-next/blob/e59dcca32e1aa6af966651f02bb624081299c2bf/docs/.vitepress/config.ts#L114-L117\r\n- `Fallbacking`: https://github.com/intlify/vue-i18n-next/blob/e59dcca32e1aa6af966651f02bb624081299c2bf/docs/.vitepress/config.ts#L134-L137\r\n\r\nThe previous version of vitepress worked, so here is the site URL and config for your reference.\r\n\r\n- URL: https://vue-i18n.intlify.dev/\r\n- config: https://github.com/intlify/vue-i18n-next/blob/master/docs/.vitepress/config.js\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nRepository: https://github.com/intlify/vue-i18n-next\r\n\r\nReproduction step:\r\n1. `git clone git@github.com:intlify/vue-i18n-next.git`\r\n2. `git checkout docs/vitepress1`\r\n3. `pnpm install`\r\n4. `pnpm docs:setup`\r\n5. `pnpm docs:dev`\r\n6. go to http://localhost:3000/\r\n7. go to Guid via navigation `Guide` menu\r\n8. go to [Message Format Syntax](http://localhost:3000/guide/essentials/syntax.html) via sidebar\r\n9. go to [Fallbacking](http://localhost:3000/guide/essentials/fallback.html) via sidebar \r\n\r\n### Expected behavior\r\n\r\nI hope that 404 won't occur on these pages\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 10.15.7\r\n CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz\r\n Memory: 9.93 GB / 64.00 GB\r\n Shell: 5.7.1 - /bin/zsh\r\n Binaries:\r\n Node: 18.4.0 - ~/bin/.nvm/versions/node/v18.4.0/bin/node\r\n npm: 8.12.1 - ~/bin/.nvm/versions/node/v18.4.0/bin/npm\r\n Browsers:\r\n Chrome: 103.0.5060.53\r\n Firefox: 97.0.1\r\n Safari: 15.5\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\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.",[2904],{"name":2868,"color":2869},885,"Occured 404 in some pages","2023-01-21T14:32:52Z","https://github.com/vuejs/vitepress/issues/885",0.6700018,{"description":2911,"labels":2912,"number":2914,"owner":2874,"repository":2875,"state":2888,"title":2915,"updated_at":2916,"url":2917,"score":2918},"### Describe the bug\r\n\r\nMainly described in the title, further description is at 4th point of reproducing the error. This is reproduced in normal python http server, and seems to happen in github pages as well.\r\n\r\nMight be related to #412, but I don't think its exactly the same behavior & cause.\r\n\r\n### Reproduction\r\n\r\n1. Download the repro and unzip, it should have the following content:\r\n\r\n```bash\r\n.\r\n├── content\r\n│ ├── first\r\n│ │ ├── index.md\r\n│ │ └── second.md\r\n│ └── index.md\r\n├── package.json\r\n└── yarn.lock\r\n```\r\n\r\n[vitepress-repro.zip](https://github.com/vuejs/vitepress/files/9575259/vitepress-repro.zip)\r\n\r\n\r\n2. Run `yarn && yarn run content:build`\r\n a `site` folder at project root should be created.\r\n4. Run `python3 -m http.server -d . 4000`, and lookup `localhost:4000/site`.\r\n Everything looks fine, you can navigate to First using navbar, and second.md file in first by left panel.\r\n5. Now refresh at the same `localhost:4000/site/first/second`.\r\n You should see the page is loaded but a 404 page is added at the bottom too, now if you try to navigate, the top of page remains as is, the bottom of page is instead replaced by the new content.\r\n\r\n### Expected behavior\r\n\r\nPage should not append a 404 page, nor it should load navigated pages in bottom of page instead of replacing current page.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Linux 5.18 Void\r\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\r\n Memory: 3.97 GB / 7.56 GB\r\n Container: Yes\r\n Shell: 3.5.1 - /usr/bin/fish\r\n Binaries:\r\n Node: 16.15.1 - /usr/bin/node\r\n Yarn: 1.22.18 - /usr/bin/yarn\r\n npm: 8.11.0 - /usr/bin/npm\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nFull page screenshot\r\n\r\n\r\n\r\nTwo errors, in order appears in the browser's console:\r\n\r\n```\r\nFailed to load resource: the server responded with a status of 404 (File not found) :4000/site/assets/first_second_index.md.undefined.lean.js:1\r\n\r\nHydration completed but contains mismatches. app.558d10a0.js:1\r\n```\r\n\r\nPoint to be noted is that `first_second_index.md.undefined.lean.js` is trying to get fetched, i.e. the \"undefined\" hash.\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.",[2913],{"name":2885,"color":2886},1345,"Built content when served manually (not `vitepress dev \u003Csrc>`) adds a 404 page at end of page, and later navigation loads the page there at bottom replacing 404 at the bottom.","2023-01-21T14:25:22Z","https://github.com/vuejs/vitepress/issues/1345",0.6706451,{"description":2920,"labels":2921,"number":2923,"owner":2874,"repository":2875,"state":2888,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Describe the bug\r\n\r\nFor example the page https://blog.jaggerwang.net/basicai-annotation-specification/ cannot access directly, but it's ok when add `index.html` suffix, and other pages did not have this problem, such as https://blog.jaggerwang.net/basicai-technical-architecture/ . So it seems related to the content of page?\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/3a69f282-d002-4194-b7ca-3b3075616883\">\r\n\r\nIt's ok when running in local dev and preview mode, and there is no error showing in the browser console or terminal console.\r\n\r\n\u003Cimg width=\"1512\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/82b87b50-f21a-430e-bb4e-893eb3bf9c52\">\r\n\r\n### Reproduction\r\n\r\nProject structure:\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d3f2d9e0-5dc8-4344-9674-61433c5a8322\">\r\n\r\nAliyun OSS config:\r\n\r\n\u003Cimg width=\"1306\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/d30acd18-d20c-44f2-a872-61bd981d0bcb\">\r\n\r\nBuid with GitHub actions, but the html is same with local build.\r\n\r\n\u003Cimg width=\"1624\" alt=\"image\" src=\"https://github.com/vuejs/vitepress/assets/1255011/f57bef3c-2d76-47c4-b18a-4b4a7b696771\">\r\n\r\n### Expected behavior\r\n\r\nNo error.\r\n\r\n### System Info\r\n\r\n```Text\r\nAliyun OSS\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.",[2922],{"name":2868,"color":2869},3322,"Refresh some pages with error \"Hydration completed but contains mismatches.\" when deployed on Aliyun OSS.","2023-12-21T00:04:35Z","https://github.com/vuejs/vitepress/issues/3322",0.67640656,{"description":2929,"labels":2930,"number":2931,"owner":2874,"repository":2875,"state":2888,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Describe the bug\n\nClicking \"Take me home\" on the 404 page takes me to the home page (`/`), but the page is empty until I refresh. There are no errors in the console or network requests.\n\n### Reproduction\n\nI wasn't able to reproduce this on vitepress.new or in development mode, but it does reproduce with `pnpm docs:build && pnpm docs:serve` and the following configs:\r\n\r\n`docs/.vitepress/config.js`:\r\n```js\r\nexport default {\r\n title: 'OrbStack Docs',\r\n titleTemplate: ':title · OrbStack Docs',\r\n description: 'Say goodbye to slow, clunky containers and VMs.',\r\n themeConfig: {\r\n logo: '/img/logo64.png',\r\n socialLinks: [\r\n { icon: 'twitter', link: 'https://twitter.com/orbstack' },\r\n { icon: 'github', link: 'https://github.com/orbstack' },\r\n { icon: 'discord', link: 'https://discord.gg/Tfjyd5N5Eq' },\r\n ],\r\n footer: {\r\n copyright: '© 2023 Orbital Labs, LLC',\r\n },\r\n nav: [\r\n { text: 'Overview', link: '/' },\r\n { text: 'Docker', link: '/docker/' },\r\n { text: 'Linux', link: '/machines/' },\r\n { text: 'Install', link: '/quick-start' },\r\n { text: 'Demo', link: 'https://orbstack.dev/' },\r\n ],\r\n sidebar: [\r\n {\r\n text: 'Get started',\r\n collapsed: false,\r\n items: [\r\n { text: 'Home', link: '/' },\r\n { text: 'Features', link: '/features' },\r\n { text: 'Quick start', link: '/quick-start'},\r\n { text: 'Frequently asked questions', link: '/faq' },\r\n { text: \"What's new\", link: '/release-notes' },\r\n ],\r\n },\r\n {\r\n text: 'Learn more',\r\n collapsed: false,\r\n items: [\r\n { text: 'Install', link: '/install'},\r\n { text: 'Efficiency', link: '/efficiency' },\r\n { text: 'Benchmarks', link: '/benchmarks' },\r\n { text: 'Architecture', link: '/architecture' },\r\n { text: 'Settings', link: '/settings' },\r\n { text: 'Headless & CI', link: '/headless' },\r\n { text: 'Older versions', link: '/downgrade' },\r\n ],\r\n },\r\n {\r\n text: 'Docker containers',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Docker containers', link: '/docker/' },\r\n { text: 'Network', link: '/docker/network' },\r\n { text: 'Volumes & mounts', link: '/docker/file-sharing' },\r\n { text: 'Domain names', link: '/docker/domains' },\r\n ],\r\n },\r\n {\r\n text: 'Kubernetes',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Kubernetes', link: '/kubernetes/' },\r\n ]\r\n },\r\n {\r\n text: 'Linux machines',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Linux machines', link: '/machines/'},\r\n { text: 'Commands', link: '/machines/commands' },\r\n { text: 'Network', link: '/machines/network' },\r\n { text: 'File sharing', link: '/machines/file-sharing' },\r\n { text: 'SSH', link: '/machines/ssh' },\r\n { text: 'Distributions', link: '/machines/distros' },\r\n ],\r\n },\r\n {\r\n text: 'Compare',\r\n collapsed: false,\r\n items: [\r\n { 'text': 'Docker Desktop', link: '/compare/docker-desktop' },\r\n { 'text': 'Colima', link: '/compare/colima' },\r\n { 'text': 'UTM', link: '/compare/utm' },\r\n ],\r\n }\r\n ],\r\n algolia: {\r\n appId: 'xxx',\r\n apiKey: 'xxx',\r\n indexName: 'orbstack'\r\n },\r\n },\r\n cleanUrls: true,\r\n head: [\r\n ['script', { async: '', defer: '', src: 'https://orbstack.dev/js/xxx.js' }],\r\n ['link', { rel: 'icon', sizes: '64x64', href: '/img/logo64.png' }],\r\n ['link', { rel: 'shortcut icon', href: '/img/logo128.png' }],\r\n ['link', { rel: 'apple-touch-icon', href: '/img/logo128.png' }],\r\n ]\r\n}\r\n```\r\n\r\nindex.md:\r\n```markdown\r\n# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.\r\n# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.\r\n```\r\n\r\nThe issue doesn't occur with a short index.md, so I had to copy and paste the text to reproduce it.\n\n### Expected behavior\n\nHome page appears.\n\n### System Info\n\n```sh\nSystem:\r\n OS: macOS 13.5.1\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 1.25 GB / 64.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.5.1 - /opt/homebrew/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 9.8.0 - /opt/homebrew/bin/npm\r\n pnpm: 8.6.6 - /opt/homebrew/bin/pnpm\r\n Browsers:\r\n Chrome: 116.0.5845.140\r\n Safari: 16.6\r\n npmPackages:\r\n vitepress: 1.0.0-rc.10 => 1.0.0-rc.10\n```\n\n\n### Additional context\n\n\r\n\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.",[],2891,"Empty home page after following link from 404 page","2023-09-23T00:04:03Z","https://github.com/vuejs/vitepress/issues/2891",0.6795152,{"description":2937,"labels":2938,"number":2939,"owner":2874,"repository":2875,"state":2888,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### Describe the bug\r\n\r\nI have the following site structure\r\n\r\n\r\n\r\n`/blog` is powered by VitePress (I set `base: '/blog/'` in `/blog/.vitepress/config.js`)\r\n\r\nThe problem is that links from `/blog` pages to other pages of the website do not work\r\n\r\n\r\n\r\nI checked the console and saw 404 for js bundles. And no document requests\r\n\r\n### Reproduction\r\n\r\nDescribed above\r\n\r\n### Expected behavior\r\n\r\nLinks to pages pages outside `/\u003CbasePath>/` should work.\r\n\r\nAs I understood, VitePress treats all the links under `/` as internal and applies routing and prefetching.\r\nThis is the root of the problem.\r\nScoping routing and prefetching to `/\u003CbasePath>/` should fix the problem.\r\n\r\nHere is where an additional check for `basePath` is needed for Router\r\nhttps://github.com/vuejs/vitepress/blob/main/src/client/app/router.ts#L125\r\n\r\n\r\nHere is where an additional check for `basePath` is needed for preFetch https://github.com/vuejs/vitepress/blob/main/src/client/app/composables/preFetch.ts#L83 \r\n\r\n\r\n\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 11.6\r\n CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz\r\n Memory: 323.38 MB / 16.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node\r\n Yarn: 1.22.15 - ~/.nvm/versions/node/v16.13.0/bin/yarn\r\n npm: 8.1.4 - ~/.nvm/versions/node/v16.13.0/bin/npm\r\n Browsers:\r\n Brave Browser: 95.1.31.88\r\n Chrome: 96.0.4664.55\r\n Firefox: 90.0.2\r\n Safari: 15.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] 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.",[],458,"Links to pages outside \"base\" path scope do not work","2023-01-21T14:32:53Z","https://github.com/vuejs/vitepress/issues/458",0.69048756,{"description":2945,"labels":2946,"number":2948,"owner":2874,"repository":2875,"state":2888,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Describe the bug\n\nUpon following the starter instructions in the [docs](https://vitepress.vuejs.org/guide/getting-started.html), running `yarn docs:dev` yields a blank webpage at `localhost:3000` with the error shown below in the console.\r\n\r\n\r\n\n\n### Reproduction\n\nFollowing the instructions outlined on the Getting Started page on [vitepress.vuejs.org](https://vitepress.vuejs.org/guide/getting-started.html).\n\n### Expected behavior\n\n\"Hello Vitepress\" should be rendered to the screen with no error messages in the console.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.13 Fedora 34 (Workstation Edition) 34 (Workstation Edition)\r\n CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz\r\n Memory: 2.30 GB / 15.28 GB\r\n Container: Yes\r\n Shell: 5.1.0 - /bin/bash\r\n Binaries:\r\n Node: 14.17.0 - /usr/bin/node\r\n Yarn: 1.22.5 - /usr/bin/yarn\r\n npm: 7.20.5 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 92.0.4515.131\r\n Firefox: 90.0.2\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/coc)\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.",[2947],{"name":2868,"color":2869},355,"import not found: defineEmit","2023-01-21T16:22:12Z","https://github.com/vuejs/vitepress/issues/355",0.69126415,{"description":2954,"labels":2955,"number":2957,"owner":2874,"repository":2875,"state":2888,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Describe the bug\n\n\r\n\r\n\n\n### Reproduction\n\nclick titile to 404\n\n### Expected behavior\n\nclick titile to '/base'\n\n### System Info\n\n```shell\nvitepress version ^1.0.0-alpha.19\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.",[2956],{"name":2885,"color":2886},1455,"Click on header to jump to '/' instead of '/base'","2023-01-21T14:23:07Z","https://github.com/vuejs/vitepress/issues/1455",0.69298095,["Reactive",2963],{},["Set"],["ShallowReactive",2966],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fACDogYhLP_ty8-HoJ6LB6JmB6qWcNl2cUlDsQfKBLrQ":-1},"/vuejs/vitepress/2869"]