\r\n```\r\n\r\nThis looks related:\r\nhttps://github.com/vuejs/core/issues/6435\r\n\r\nBut I did the [workaround](https://play.vuejs.org/#__SSR__eNpNjz8LgzAQxb/KkSUKoru1hdKlQ7t1qx1Ke6JgTEhOESTfvfmjxRvC5d27H+8WdlYqn0ZkJasIherfhKd6AKi+3RQa115GQ1I8cCYoyb3HmnFCQ7xmUER3Ee1VsYNU5qM7RWCQRuX+nVBSE+xojZYCeF5cpAgpuCfErRPL2Cb7cKv6pyzQgl0BcRPnMPhi8x57Z/C5lJbKlE+Xdib+yrwU0iRhkEYTgHaaHiBJ4bjeDNAm3N3Es83jqxsG1NfH/VZGcu65gerLpgffWifY/SH2B6Tydgw=) suggested but it made no difference. It's like `excerpt` is not getting loaded\r\n\r\n### Reproduction\r\n\r\nEasily seen here:\r\nhttps://deploy-preview-2--vitepress-blog.netlify.app/blog/\r\n\r\nGo to it and then reload the page and you'll see the hydration mismatch\r\n\r\nhttps://github.com/jcamp-code/vitepress-blog-theme\r\n\r\nClone it\r\n\r\n```pnpm serve```\r\n\r\nGo to: \r\nhttp://localhost:4173/blog/\r\n\r\nLoaded directly, you'll see the excerpts are missing. If you go to another page and come back it displays correctly.\r\n\r\n### Expected behavior\r\n\r\nCorrect display of page upon hydration\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 13.3.1\r\n CPU: (12) arm64 Apple M2 Pro\r\n Memory: 94.23 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.1 - /usr/local/bin/node\r\n npm: 9.5.0 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 112.0.5615.137\r\n Firefox: 111.0.1\r\n Safari: 16.4\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.74 => 1.0.0-alpha.74\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.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2902],{"name":2903,"color":2904},"bug: pending triage","e99695",2293,"bug: hydration mismatch","2023-05-04T00:04:02Z","https://github.com/vuejs/vitepress/issues/2293",0.677611,{"description":2911,"labels":2912,"number":2916,"owner":2874,"repository":2875,"state":2886,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Describe the bug\n\nPlacing a table of contents shortcode after a custom container (tip, warning, danger, etc) will cause the table of contents element to render empty with no children.\n\n### Reproduction\n\nindex.md:\r\n\r\n```\r\n# Test page\r\n\r\n::: warning\r\nThis will cause the toc to be empty\r\n:::\r\n\r\n[[toc]]\r\n\r\n## section 1\r\n## section 2\r\n### subsection 2a\r\n## section 3\r\n```\n\n### Expected behavior\n\nThe TOC outline should be populated with children but instead it just renders as `\u003Cnav class=\"table-of-contents\">\u003C/nav>`\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.18 Arch Linux\r\n CPU: (32) x64 AMD Ryzen 9 5950X 16-Core Processor\r\n Memory: 91.45 GB / 125.72 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 18.7.0 - /usr/bin/node\r\n npm: 8.15.1 - /usr/bin/npm\r\n Browsers:\r\n Chromium: 103.0.5060.134\r\n```\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.",[2913],{"name":2914,"color":2915},"build","377ba8",1093,"`[[toc]]` not working after using custom containers","2023-01-21T14:27:00Z","https://github.com/vuejs/vitepress/issues/1093",0.6939062,{"description":2922,"labels":2923,"number":2925,"owner":2874,"repository":2875,"state":2886,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Describe the bug\n\nThe browser console prints Hydration completed but contains mismatches when deploying the site using Github pages. And the page switch does not work as expected.\r\n\r\n\u003Cimg width=\"404\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25716486/183507530-a390b50c-49e1-4349-a5ba-e1add6883280.png\">\r\n\u003Cimg width=\"1015\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25716486/183507583-86f736b4-7954-40e1-a5aa-a89298d68c72.png\">\r\n\n\n### Reproduction\n\nHere is a reproduced repo: https://github.com/Corona-Studio/CSKB_Hosting\n\n### Expected behavior\n\nThe page switch buttons should work after a click.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22000\r\n CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz\r\n Memory: 13.26 GB / 31.82 GB\r\n Binaries:\r\n Node: 18.4.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\node_modules\\.bin\\yarn.CMD\r\n npm: 8.13.1 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22000.120.0), Chromium (104.0.1293.47)\r\n Internet Explorer: 11.0.22000.120\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.",[2924],{"name":2903,"color":2904},1143,"Hydration completed but contains mismatches when using Github pages","2023-01-21T14:28:46Z","https://github.com/vuejs/vitepress/issues/1143",0.6991185,{"description":2931,"labels":2932,"number":2933,"owner":2874,"repository":2875,"state":2886,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Describe the bug\n\nIt will report errors in production\r\n\r\n\r\napp.b77605b4.js:1 Hydration completed but contains mismatches\n\n### Reproduction\n\n*\n\n### Expected behavior\n\nIt will report errors in production\r\n\r\n\r\napp.b77605b4.js:1 Hydration completed but contains mismatches\n\n### System Info\n\n```shell\nwindows\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.",[],1627,"Hydration completed but contains mismatches","2023-01-21T16:04:00Z","https://github.com/vuejs/vitepress/issues/1627",0.7056505,{"description":2939,"labels":2940,"number":2941,"owner":2874,"repository":2875,"state":2886,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Describe the bug\n\ncontent 部分没有 overflow:hidden 导致很长的滚动条(也有可能是我的图片太大?)\r\n\r\n[github here](https://github.com/Mt-Youya/DeepLearning-500-questions)\r\n\r\n[site here](https://deeplearning-500-questions.pages.dev/zh-cn/ch02_%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80/%E7%AC%AC%E4%BA%8C%E7%AB%A0_%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80.html)\n\n### Reproduction\n\n我fork 别人的仓库,不是我自己写的, 它原本用的是 docsify 我想提个pr用vitepress 试试,然后就出现了这个bug\n\n### Expected behavior\n\n没有滚动条\n\n### System Info\n\n```Text\nVersion 122.0.6261.112 (Official Build) (64-bit)\r\nwin11\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.",[],3644,"CSS bug","2024-03-19T00:07:30Z","https://github.com/vuejs/vitepress/issues/3644",0.71328497,{"description":2947,"labels":2948,"number":2949,"owner":2874,"repository":2875,"state":2886,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Describe the bug\n\nRendered error with toc in headline.\r\n\r\nindex.md\r\n```\r\n[[toc]]\r\n\r\n### `\u003Cpath>`\r\n```\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-zbjrsg-7dahpw?file=index.md\r\n\r\n\n\n### Expected behavior\n\n```\r\n at createCompilerError (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:19:19)\r\n at emitError (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1594:29)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1146:9)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n at parseElement (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:1125:22)\r\n at parseChildren (D:\\wgf\\My Documents\\GitHub\\vueprojects\\vitepress_demo\\node_modules\\.pnpm\\@vue+compiler-core@3.2.31\\node_modules\\@vue\\compiler-core\\dist\\compiler-core.cjs.js:937:28)\r\n```\n\n### System Info\n\n```shell\n....\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.",[],605,"render error with toc and escapse \u003Ctag>","2023-01-21T14:35:50Z","https://github.com/vuejs/vitepress/issues/605",0.715797,{"description":2955,"labels":2956,"number":2958,"owner":2874,"repository":2875,"state":2886,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### 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.",[2957],{"name":2903,"color":2904},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.7200034,["Reactive",2964],{},["Set"],["ShallowReactive",2967],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1uQvggXsfTEGGCQoIOve4r8JEm8vkFWiZQjJNw8PpOU":-1},"/vuejs/vitepress/388"]