\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.6813256,{"description":2896,"labels":2897,"number":2901,"owner":2871,"repository":2872,"state":2873,"title":2902,"updated_at":2903,"url":2904,"score":2905},"### Describe the bug\r\n\r\nAs my title, in my project, seems it happens every single time in production. Every time trying access to an article and then this issue came up with the should-be-displayed splashed for a second.\r\n\r\n### Reproduction\r\n\r\nSeems this issue only happened in mine.\r\nIn that case, to reproduce the issue, you need to access to https://kb.corona.studio/\r\nand choose any article, and then try to refresh the page.\r\nand you can also try to copy that page's address and try to access it in a new tab.\r\n\r\n### Expected behavior\r\n\r\nThe article showed normally without a totally blank page after a splash.\r\n\r\n### System Info\r\n\r\n```Text\r\nGithub Pages:\r\nCurrent runner version: '2.314.1'\r\nOperating System\r\n Ubuntu\r\n 22.04.4\r\n LTS\r\nRunner Image\r\n Image: ubuntu-22.04\r\n Version: 20240304.1.0\r\n Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240304.1/images/ubuntu/Ubuntu2204-Readme.md\r\n Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240304.1\r\nRunner Image Provisioner\r\n 2.0.359.1\r\nGITHUB_TOKEN Permissions\r\n Contents: read\r\n Metadata: read\r\n Pages: write\r\nSecret source: Actions\r\nPrepare workflow directory\r\nPrepare all required actions\r\nComplete job name: report-build-status\r\n\r\nmy local test environment (not newest vitepress, no this issue.)\r\n\r\n System:\r\n OS: macOS 14.1.1\r\n CPU: (8) arm64 Apple M1\r\n Memory: 106.94 MB / 16.00 GB\r\n Shell: 3.2.57 - /bin/sh\r\n Binaries:\r\n Node: 20.9.0 - /usr/local/bin/node\r\n npm: 10.1.0 - /usr/local/bin/npm\r\n Browsers:\r\n Safari: 17.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.45 => 1.0.0-alpha.45 \r\n\r\n(wait, is this the newest? never did i update it manually.)\r\n```\r\n\r\n\r\n### Additional context\r\n\r\nI apologize if this is caused by our misoperate during configuration. Visit https://github.com/Corona-Studio/CSKB_Hosting to check our configuration, if someone found something miserable and do have an idea to fix this, please tell me, I will be sincerely appreciated for your help.\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.",[2898],{"name":2899,"color":2900},"bug: pending triage","e99695",3649,"Content disappeared after navigation (refresh on page or navigation accessing to page)","2024-03-21T00:04:43Z","https://github.com/vuejs/vitepress/issues/3649",0.6834315,{"description":2907,"labels":2908,"number":2909,"owner":2871,"repository":2872,"state":2873,"title":2910,"updated_at":2911,"url":2912,"score":2913},"**Describe the bug**\r\nRoute links redirect to the correct route, but the content of the page is not rendered. Instead error is returned. In dev mode everything works as expected.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. add custom 404 component;\r\n2. add link to `index.md` in the component, like: `\u003Ca href=\"/\">index.md\u003C/a>`;\r\n3. run `vitepress build`;\r\n4. go to non-existing route and click on the link.\r\n\r\n**Expected behavior**\r\nThe page should be rendered.\r\n\r\n**System Info**\r\n- vitepress version: 0.11.5\r\n- vite version: 2.0.0-beta.64\r\n- Node version: v12.18.3\r\n- OS version: Pop!_OS 20.10\r\n\r\n**Additional context**\r\nThe error it is returning:\r\n\r\n\r\ncode: https://github.com/canicjusz/vitepress-route-bug\r\n",[],221,"Route links don't work in 404 component, in build mode","2023-01-21T16:04:13Z","https://github.com/vuejs/vitepress/issues/221",0.6840034,{"description":2915,"labels":2916,"number":2918,"owner":2871,"repository":2872,"state":2873,"title":2919,"updated_at":2920,"url":2921,"score":2922},"**Describe the bug**\r\n\r\nSee https://github.com/songololo/vitepress-debug for reproduction of this issue:\r\n\r\nRun a dev server: `yarn docs:dev`.\r\n\r\nNote that the base-path `/my-base-path/` is set in the config at `.vitepress/config.js`.\r\n\r\nThe base path works for root files, i.e. `index.md` is served from `/my-base-path/`.\r\n\r\nHowever, the base path is missing for nested files, i.e. `content/index.md` is served from `/content/` and `content/hello.md` is served from `/content/hello.html`.\r\n\r\nThis doesn't break things in development mode because the links are also missing the base path.\r\n\r\nHowever, it breaks things in production because the links are missing the base path.\r\n\r\n**System Info**\r\n- vitepress 0.12.2\r\n- vite/2.0.4\r\n- darwin-x64\r\n- node-v15.8.0\r\n\r\nThis happens for both my local system and for a github actions build.",[2917],{"name":2899,"color":2900},252,"Base paths (and links) not generating correctly for nested pages.","2023-01-21T16:20:10Z","https://github.com/vuejs/vitepress/issues/252",0.68857723,{"description":2924,"labels":2925,"number":2927,"owner":2871,"repository":2872,"state":2873,"title":2928,"updated_at":2929,"url":2930,"score":2931},"### 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.",[2926],{"name":2868,"color":2869},1455,"Click on header to jump to '/' instead of '/base'","2023-01-21T14:23:07Z","https://github.com/vuejs/vitepress/issues/1455",0.69020945,{"description":2933,"labels":2934,"number":2935,"owner":2871,"repository":2872,"state":2873,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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.6943167,{"description":2941,"labels":2942,"number":2943,"owner":2871,"repository":2872,"state":2873,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Describe the bug\n\n`createContentLoader` resolves urls from project root rather than source directory. This results in invalid urls that are relative to the project root, but should be relative to the source directory.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-vhsxi3?file=docs%2Fsrc%2Findex.md\n\n### Expected behavior\n\nUrls should be relative to the source directory.\n\n### System Info\n\n```sh\nSystem:\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: 16.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 7.17.0 - /usr/local/bin/npm\r\n npmPackages:\r\n vitepress: latest => 1.0.0-beta.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.",[],2462,"`createContentLoader` resolves urls from project root","2023-08-03T00:04:17Z","https://github.com/vuejs/vitepress/issues/2462",0.6947061,{"description":2949,"labels":2950,"number":2952,"owner":2871,"repository":2872,"state":2873,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### 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.",[2951],{"name":2899,"color":2900},885,"Occured 404 in some pages","2023-01-21T14:32:52Z","https://github.com/vuejs/vitepress/issues/885",0.69621634,["Reactive",2958],{},["Set"],["ShallowReactive",2961],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpmIbGf8D3l5h4s9BhsWFh1J6Ur4ISTHD3Ym6WRretpY":-1},"/vuejs/vitepress/1345"]