|\u003Cimg width=\"612\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e408b294-1471-4703-b7b4-8d21a6ccd5be\" />|\n|[preview link](https://deploy-preview-4660--vitepress-docs.netlify.app/404)|[preview link](https://deploy-preview-4660--vitepress-docs.netlify.app/zh/404)|\n\nThis is currently **impossible** because `NotFound.vue` does not provide an locale configuration interface.\nAfter introducing the proposed feature, it **automatically** supports multi-language - _without changing one line of code inside it_!\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.",[],4659,"Multi-layer hierarchical configuration overloading","2025-04-15T17:13:25Z","https://github.com/vuejs/vitepress/issues/4659",0.7631483,{"description":3087,"labels":3088,"number":3092,"owner":3029,"repository":3030,"state":3062,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### Describe the bug\n\nFavicon not found in serve when base is set\n\n### Reproduction\n\nadd a favicon and set base\n\n### Expected behavior\n\nfavicon should be found and used\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz\r\n Memory: 7.13 GB / 15.92 GB\r\n Binaries:\r\n Node: 16.18.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.5 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.1.3 - ~\\AppData\\Roaming\\npm\\npm.CMD\r\n Browsers:\r\n Chrome: 106.0.5249.119\r\n Edge: Spartan (44.22621.746.0), Chromium (106.0.1370.47)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.19 => 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.",[3089],{"name":3090,"color":3091},"docs","0075ca",1500,"Favicon not found in serve when base is set","2023-08-12T00:04:24Z","https://github.com/vuejs/vitepress/issues/1500",0.7671715,{"description":3098,"labels":3099,"number":3103,"owner":3029,"repository":3030,"state":3062,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Is your feature request related to a problem? Please describe.\n\nI want user `h1` as my article outline, i can't use theme config to custom my outline\n\n### Describe the solution you'd like\n\nif i have config in my config.js\r\n```js\r\n themeConfig: {\r\n outline: [1,6] || 'all'\r\n}\r\n```\r\nthe title selector should like this\r\n```js\r\ndocument\r\n .querySelectorAll\u003CHTMLHeadingElement>('h1,h2, h3, h4, h5, h6') // include h1 title\r\n .forEach((el) => {\r\n if (el.textContent && el.id) {\r\n updatedHeaders.push({\r\n level: Number(el.tagName[1]),\r\n title: el.innerText.replace(/\\s+#\\s*$/, ''),\r\n link: `#${el.id}`\r\n })\r\n }\r\n })\r\n```\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.",[3100],{"name":3101,"color":3102},"theme","0754FB",1529,"The levels of header to display in the outline can't support h1 title","2023-08-12T00:04:14Z","https://github.com/vuejs/vitepress/issues/1529",0.7705561,{"description":3109,"labels":3110,"number":3112,"owner":3029,"repository":3030,"state":3062,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Describe the bug\n\nWhen I run `vitepress build docs`, an error comes out\r\n``` shell\r\nPS D:\\Ysh\\Repos\\ysh-ui-proj\\proj\\ysh-ui> npm run docs:build\r\n\r\n> ysh-ui@0.0.1 docs:build\r\n> vitepress build docs\r\n\r\nvitepress v1.0.0-alpha.4\r\n⠼ building client + server bundles...\r\n(!) Some chunks are larger than 500 KiB after minification. Consider:\r\n- Using dynamic import() to code-split the application\r\n- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks\r\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.\r\n✓ building client + server bundles...\r\n✖ rendering pages...\r\nbuild error:\r\n ReferenceError: location is not defined\r\n at Module.\u003Canonymous> (D:\\Ysh\\Repos\\ysh-ui-proj\\proj\\ysh-ui\\docs\\.vitepress\\.temp\\app.js:4087:12)\r\n at Module._compile (node:internal/modules/cjs/loader:1095:14)\r\n at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10)\r\n at Module.load (node:internal/modules/cjs/loader:975:32)\r\n at Function.Module._load (node:internal/modules/cjs/loader:816:12)\r\n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/translators:201:29)\r\n at ModuleJob.run (node:internal/modules/esm/module_job:183:25)\r\n at async Loader.import (node:internal/modules/esm/loader:178:24)\r\n at async renderPage (file:///D:/Ysh/Repos/ysh-ui-proj/proj/ysh-ui/node_modules/vitepress/dist/node/serve-05342c3d.js:39534:25)\r\n at async build (file:///D:/Ysh/Repos/ysh-ui-proj/proj/ysh-ui/node_modules/vitepress/dist/node/serve-05342c3d.js:39853:9)\r\n```\n\n### Reproduction\n\nI have import a component form `ysh-ui\\docs\\.vitepress\\theme\\components`, my component need load `location.hash` when create.\r\n``` ts\r\nlet hash: string = location.hash.slice(1);\r\n```\n\n### Expected behavior\n\nIs it the cause of SSR? \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) i5-7500 CPU @ 3.40GHz\r\n Memory: 3.28 GB / 15.89 GB\r\n Binaries:\r\n Node: 16.5.0 - C:\\Program Files\\nodejs\\node.EXE \r\n Yarn: 1.22.19 - C:\\Program Files\\nodejs\\yarn.CMD \r\n npm: 7.19.1 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.62)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4\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.",[3111],{"name":3059,"color":3060},1017,"location is not defined","2023-01-21T14:30:21Z","https://github.com/vuejs/vitepress/issues/1017",0.77377385,{"description":3118,"labels":3119,"number":3120,"owner":3029,"repository":3030,"state":3062,"title":3121,"updated_at":3122,"url":3123,"score":3124},"### Describe the bug\n\n在我编写一个.md文件时我是这么写的:\r\n\r\n```\r\n\u003Cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/NoNameGMM/SignInForMiraiMC?style=flat&label=License\r\n\"/>\r\n\u003Cimg alt=\"Minecraft Version\" src=\"https://img.shields.io/badge/Minecraft-1.8--1.20-blue?style=flat&color=green\"/>\r\n\u003Cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/NoNameGMM/SignInForMiraiMC?style=flat&label=Release\"/>\r\n```\r\n\r\n正常来说应该是这样:\r\n\u003Cimg width=\"249\" alt=\"photo1\" src=\"https://github.com/vuejs/vitepress/assets/109721871/d5c41be5-f3df-43f7-bd88-a2f12a11490f\">\r\n\r\n可是vitepress的效果是:\r\n\u003Cimg width=\"107\" alt=\"屏幕截图 2024-03-03 200157\" src=\"https://github.com/vuejs/vitepress/assets/109721871/a5b20517-2e3f-4fb0-9390-1f06cdbbebd6\">\r\n\r\n\r\n\n\n### Reproduction\n\n同上\n\n### Expected behavior\n\n我想要实现正常markdown的效果\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11 10.0.22631\r\n CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics\r\n Memory: 1.68 GB / 13.86 GB\r\n Binaries:\r\n Node: 20.10.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.21 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 10.2.3 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.15.4 - ~\\AppData\\Roaming\\npm\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (122.0.2365.59)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.44 => 1.0.0-rc.44\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.",[],3631,"使用shields.io徽标时图片自动换行","2024-03-11T00:04:39Z","https://github.com/vuejs/vitepress/issues/3631",0.774651,["Reactive",3126],{},["Set"],["ShallowReactive",3129],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ftBAJv9h3k4i8Tca21_i7fehrJsO3AS5QqrNFg78lHXA":-1},"/vuejs/vitepress/630"]