\r\n```\r\nand in post or page that process by vitepress is correct url:\r\n```\r\n\u003Cimg src=\"/blog/xxxx/images/xxx.png\" />\r\n```\r\nhow can I make the right process by ourself ?",[],3072,"[Query] How image url inside markdown transform to right url ?","2023-10-21T00:05:52Z","https://github.com/vuejs/vitepress/issues/3072",0.69112337,{"description":2913,"labels":2914,"number":2916,"owner":2863,"repository":2864,"state":2877,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### 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.",[2915],{"name":2874,"color":2875},1063,"Frontmatter JSON not applying, also Frontmatter YAML is applied twice","2023-01-21T14:30:08Z","https://github.com/vuejs/vitepress/issues/1063",0.69512516,{"description":2922,"labels":2923,"number":2925,"owner":2863,"repository":2864,"state":2877,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### 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.",[2924],{"name":2874,"color":2875},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.69617814,{"description":2931,"labels":2932,"number":2935,"owner":2863,"repository":2864,"state":2877,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Describe the bug\r\n\r\nI use some image in vue component, by using\r\n```js\r\nnew URL('@theme/public/my-image.jpg', import.meta.url).href\r\n```\r\nit works while `dev`, but not work while `preview` (after `build`), in the html file, it looks like this, \r\n```html\r\n\u003Cimg src=\"file://home/user/project/.vitepress/.temp/public/my-image.jpg\" />\r\n```\r\nrather than\r\n```html\r\n\u003Cimg src=\"/assets/my-image.47d9f72.jpg\" />\r\n```\r\n\r\nIs there some configurations or processing to resolve this problem?\r\n\r\n### Reproduction\r\n\r\nnone.\r\n\r\n### Expected behavior\r\n\r\nbuild successfully\r\n\r\n### System Info\r\n\r\n```sh\r\nOS: Windows 10/Ubuntu 20.04\r\nVitePress: 1.0.0-alpha75\r\nVue: 3.2.47\r\nelement-plus: 2.3.4\r\npnpm: 8.5.0\r\nnodejs: 18.16.0\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] 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.",[2933,2934],{"name":2874,"color":2875},{"name":2887,"color":2888},2357,"After build, the src of img tag as 'file://home/user/xxx/.vitepress/.temp/xxx.png'","2023-08-12T00:04:09Z","https://github.com/vuejs/vitepress/issues/2357",0.7025322,{"description":2941,"labels":2942,"number":2943,"owner":2863,"repository":2864,"state":2877,"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.7044907,{"description":2949,"labels":2950,"number":2952,"owner":2863,"repository":2864,"state":2877,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### 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.",[2951],{"name":2874,"color":2875},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.7049274,["Reactive",2958],{},["Set"],["ShallowReactive",2961],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMNvm1v6ZEQHThQ_Eqo9gQzu9JBC2KGKWUL18EhwzE6w":-1},"/vuejs/vitepress/2419"]