\r\n\r\n// Here! `- test content ...` repeat render! it shows two.\r\n- test content ...\r\n```\n\n### Expected behavior\n\nSuccessfully rendered only once.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.5\r\n CPU: (8) x64 Apple M1\r\n Memory: 43.79 MB / 8.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 14.19.3 - ~/.nvm/versions/node/v14.19.3/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 6.14.17 - ~/.nvm/versions/node/v14.19.3/bin/npm\r\n Browsers:\r\n Chrome: 104.0.5112.101\r\n Safari: 15.6\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.13 => 1.0.0-alpha.13\n```\n\n\n### Additional context\n\n\u003Cimg width=\"1109\" alt=\"image\" src=\"https://user-images.githubusercontent.com/50652358/187465157-4ea24772-f3ef-4ec3-8717-298579837525.png\">\r\n\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.",[2917],{"name":2897,"color":2898},1261,"closed","Unexpected render after the build.","2023-01-21T14:26:49Z","https://github.com/vuejs/vitepress/issues/1261",0.6746772,{"description":2925,"labels":2926,"number":2928,"owner":2874,"repository":2875,"state":2919,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Describe the bug\r\n\r\nFrontmatter properties as JSON does not seem to be applying to pages using the following:\r\n\r\n```\r\n---\r\n{\r\n 'title': 'Changelogs',\r\n 'meta':\r\n [\r\n { 'property': 'og:title', 'content': 'Changelogs' },\r\n { 'name': 'description', 'content': 'Various Changelogs.' },\r\n { 'property': 'og:description', 'content': 'Various Changelog.' },\r\n { 'name': 'keywords', 'content': 'changelogs' },\r\n ],\r\n}\r\n---\r\n```\r\n\r\nadditionally, when using yaml the properties are not \"merged\" but added in addition to the regular meta definitions in `/.vitepress/config.js` resulting in double tags.\r\n\r\n### Reproduction\r\n\r\nApply Frontmatter meta configuration to any index.md page and view the rendered content. Only the title and description data in `/.vitepress/config.js` is applying to the page.\r\n\r\n### Expected behavior\r\n\r\nThe meta tags in the `\u003Chead>` of the rendered page should match what is in the Frontmatter of the markdown page.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 12.1\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 168.33 MB / 16.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 16.16.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 8.12.1 - /opt/homebrew/bin/npm\r\n Browsers:\r\n Chrome: 103.0.5060.134\r\n Firefox: 102.0.1\r\n Safari: 15.2\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.",[2927],{"name":2897,"color":2898},1063,"Frontmatter JSON not applying, also Frontmatter YAML is applied twice","2023-01-21T14:30:08Z","https://github.com/vuejs/vitepress/issues/1063",0.68321174,{"description":2934,"labels":2935,"number":2937,"owner":2874,"repository":2875,"state":2919,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Describe the bug\n\nAdding the following frontmatter, as suggested in the [docs](https://vitepress.vuejs.org/config/frontmatter-configs.html#aside) is not hiding the aside content.\r\n```\r\n---\r\naside: false\r\n---\r\n```\n\n### Reproduction\n\n1. Place `aside: false` within the file's frontmatter.\r\n2. View `aside` HTML and CSS still loading into the webpage.\n\n### Expected behavior\n\nI expect that the website will no longer render any `aside` related HTML or CSS after adding the `aside: false` frontmatter.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.5\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 807.22 MB / 32.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.15 - ~/.nvm/versions/node/v16.14.2/bin/yarn\r\n npm: 8.7.0 - ~/.nvm/versions/node/v16.14.2/bin/npm\r\n Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman\r\n Browsers:\r\n Chrome: 103.0.5060.134\r\n Safari: 15.6\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.",[2936],{"name":2897,"color":2898},1100,"aside frontmatter config not doing as the docs suggest","2023-01-21T14:22:43Z","https://github.com/vuejs/vitepress/issues/1100",0.6846202,{"description":2943,"labels":2944,"number":2946,"owner":2874,"repository":2875,"state":2919,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Describe the bug\n\n1. see https://github.com/docschina/vue-tips-weekly/blob/main/posts/070.md . the file front-matter set head link \r\n2. clone, install, build\r\n3. see view-source:https://vue-tips-weekly.vercel.app/070.html , the rendered source html file not have head link \r\n4. visit https://vue-tips-weekly.vercel.app/070.html in browser, have the head link\n\n### Reproduction\n\n- source https://github.com/docschina/vue-tips-weekly/blob/main/posts/070.md\r\n- site https://vue-tips-weekly.vercel.app/070.html \n\n### Expected behavior\n\nrendered source html file have head link\n\n### System Info\n\n```shell\n\"vitepress\": \"^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.",[2945],{"name":2897,"color":2898},1069,"md set formatter head tag but rendered html not have head tag","2023-01-21T14:30:07Z","https://github.com/vuejs/vitepress/issues/1069",0.69180226,{"description":2952,"labels":2953,"number":2955,"owner":2874,"repository":2875,"state":2919,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\r\n\r\nOn setting frontmatter like below, the page title is still changed to `Home | foo`. It works fine if `home: true` is removed.\r\n\r\n```md\r\n---\r\nhome: true\r\n# ...\r\ntitle: ' '\r\n---\r\n```\r\n\r\nExpected title to be `foo` instead. (`foo` is set as `title` in `.vitepress/config.ts`, using `DefaultTheme`.)\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.",[2954],{"name":2897,"color":2898},492,"`title: x` is not respected if `home: true`","2023-01-21T16:20:14Z","https://github.com/vuejs/vitepress/issues/492",0.69664806,{"description":2961,"labels":2962,"number":2964,"owner":2874,"repository":2875,"state":2919,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Describe the bug\n\nwhen you do `` on `build` it will get resolved to something like `/assets/bar.[hash].png`\r\n\r\nbut when you do \r\n```\r\n---\r\nimage: ./foo/bar.png\r\n---\r\n```\r\n\r\nthe `image` property on frontmatter is not converted to the real url.\r\n\n\n### Reproduction\n\n1. create a markdown\r\n2. reference an image in frontmatter\r\n\r\n```md\r\n---\r\nimage: ./foo/bar.png\r\n---\r\n\r\n\u003Cscript setup>\r\n import { useData } from 'vitepress';\r\n const { frontmatter: page } = useData();\r\n\u003C/script>\r\n\r\n\u003Cimg :src=\"page.image\">\r\n```\r\n3. image works on `dev` but on `build` it won't get resolved like when you do ``\r\n\n\n### Expected behavior\n\nThere should be a way to get a working url of the image\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.4 Alpine Linux\r\n CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz\r\n Memory: 1.05 GB / 5.80 GB\r\n Container: Yes\r\n Shell: 1.32.1 - /bin/ash\r\n Binaries:\r\n Node: 16.8.0 - /usr/local/bin/node\r\n npm: 7.21.0 - /usr/local/bin/npm\r\n npmPackages:\r\n vitepress: ^0.16.1 => 0.16.1\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.",[2963],{"name":2897,"color":2898},383,"Assets referenced in frontmatter are not resolved","2023-01-21T16:04:28Z","https://github.com/vuejs/vitepress/issues/383",0.69677144,["Reactive",2970],{},["Set"],["ShallowReactive",2973],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f3GYO8DCuVAux_VP38QB5L-aswneemqXzBgOH5Aoww9g":-1},"/vuejs/vitepress/2748"]