\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.",[3053,3054],{"name":3034,"color":3035},{"name":3055,"color":3056},"stale","ededed",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.6646617,{"description":3063,"labels":3064,"number":3066,"owner":3023,"repository":3024,"state":3025,"title":3067,"updated_at":3068,"url":3069,"score":3070},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nAfter running npx vitepress, I open the browser and load the address of http://localhost:3000, but I get a error.\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\nPS D:\\桌面\\demo> npx vitepress\r\nvitepress v0.5.0\r\nvite v1.0.0-rc.4\r\nlistening at http://localhost:3000\r\n[vite] Failed to resolve module import \"vue/dist/vue.runtime.esm-bundler.js.0.0-rc.5@vuedist\u000bue.runtime.esm-bundler.js\". (imported by /@app/components/Debug.vue)\r\n\r\n**Expected behavior**\r\nGetting \"Hello Vitepress\" in browser.\r\n\r\n**System Info**\r\n- vitepress version: v0.5.0\r\n- vite version: v1.0.0-rc.4\r\n- Node version: 12.14.0\r\n- OS version:10.0.19041 暂缺 Build 19041\r\n\r\n**Additional context**\r\n尤大大,I am you big fan.\r\n",[3065],{"name":3034,"color":3035},65,"服务启动之后,进入地址报错","2023-01-21T16:25:36Z","https://github.com/vuejs/vitepress/issues/65",0.66532534,{"description":3072,"labels":3073,"number":3075,"owner":3023,"repository":3024,"state":3025,"title":3076,"updated_at":3077,"url":3078,"score":3079},"\u003C!--\r\nNOTE:\r\nVitePress is still WIP, and it is not compatible with VuePress.\r\nPlease do not open issue about default theme missing features or something doesn't work like VuePress.\r\n-->\r\n\r\n**Describe the bug**\r\nOn current `master`, `yarn build` failed due to typing error.\r\n\r\n```\r\nsrc/client/app/utils.ts:20:32 - error TS2339: Property 'env' does not exist on type 'ImportMeta'.\r\n\r\n20 const base = import.meta.env.BASE_URL\r\n ~~~\r\n\r\nFound 8 errors.\r\n```\r\n\r\n**To Reproduce**\r\n- Clone, `yarn` and then `yarn build`\r\n\r\n**Additional context**\r\nFix PR made: https://github.com/vuejs/vitepress/pull/44\r\n",[3074],{"name":3034,"color":3035},47,"Failed to build ","2023-01-21T16:25:38Z","https://github.com/vuejs/vitepress/issues/47",0.6765321,{"description":3081,"labels":3082,"number":3083,"owner":3023,"repository":3024,"state":3025,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Describe the bug\n\ndidn't process local logo in home page when build\n\n### Reproduction\n\nadd a home page \r\n```\r\nlayout: home\r\nhero:\r\n name: xxx\r\n image:\r\n src: /images/xxx.jpeg\r\n...\r\n```\r\n\r\nnpm run build\r\n \n\n### Expected behavior\n\ncopy `/images/xxx.jpeg` to `dist/assets` when build\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.6\r\n CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz\r\n Memory: 66.69 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node\r\n Yarn: 3.0.2 - /usr/local/bin/yarn\r\n npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm\r\n Browsers:\r\n Chrome: 105.0.5195.125\r\n Firefox: 88.0\r\n Safari: 16.0\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.",[],1386,"didn't process local logo in home page when build","2023-01-21T14:22:47Z","https://github.com/vuejs/vitepress/issues/1386",0.6765604,{"description":3089,"labels":3090,"number":3092,"owner":3023,"repository":3024,"state":3025,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### Describe the bug\n\nhttps://flowbite-vue.com/pages/getting-started\n\n\u003Cimg width=\"97\" height=\"103\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/eb9f85c1-6df8-47e9-950a-8b1aeb92b7ba\" />\n\n\n```vue\n\u003Cscript setup>\nimport { FwbButton } from 'flowbite-vue'\n\u003C/script>\n\u003Ctemplate>\n \u003Cdiv>\n \u003Cfwb-button color=\"default\">Default\u003C/fwb-button>\n \u003C/div>\n\u003C/template>\n```\n\n### Reproduction\n\nhttps://github.com/jk2K/testvitepress\n\ntech stack\n1. https://flowbite-vue.com/pages/getting-started\n2. tailwindcss v4\n\n### Expected behavior\n\n\u003Cimg width=\"103\" height=\"50\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7bffdf53-2faf-4257-87c2-4f60511b7060\" />\n\n### System Info\n\n```Text\nSystem:\n OS: macOS 15.5\n CPU: (14) arm64 Apple M4 Pro\n Memory: 218.33 MB / 48.00 GB\n Shell: 5.9 - /bin/zsh\n Binaries:\n Node: 22.16.0 - ~/.nvm/versions/node/v22.16.0/bin/node\n npm: 10.9.2 - ~/.nvm/versions/node/v22.16.0/bin/npm\n pnpm: 10.11.0 - /opt/homebrew/bin/pnpm\n Browsers:\n Chrome: 138.0.7204.159\n Safari: 18.5\n npmPackages:\n vitepress: ^1.6.3 => 1.6.3\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.",[3091],{"name":3034,"color":3035},4856,"vitepress not work for flowbite-vue","2025-07-25T10:13:26Z","https://github.com/vuejs/vitepress/issues/4856",0.67907625,{"description":3098,"labels":3099,"number":3102,"owner":3023,"repository":3024,"state":3025,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Describe the bug\n\n### dependencies\r\n\r\n`pnpm add @chenwei02/qy-element`\r\n> `@chenwei02/qy-element` has svg-icon component. svg files builded by vite-plugin-svg-icons.\r\n\r\n### docs\r\n`vitepress dev docs` is ok\r\n`vitepress build docs` then deploy to gh-pages, *.svg icon was blank.\r\n\r\n### Problem\r\nvitepress build docs . something is wrong.\r\n\r\n### Help\r\nI need help\n\n### Reproduction\n\npnpm add @chenwei02/qy-element\r\n\r\n*.md\r\n\u003Cqy-icon name=\"close\">\r\n\r\nvitepress build docs.\n\n### Expected behavior\n\nevery thing is ok.\n\n### System Info\n\n```sh\nvitepress : 1.0.0-alpha.64\r\n@chenwei02/qy-element: 1.0.2-p1\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.",[3100,3101],{"name":3034,"color":3035},{"name":3055,"color":3056},2385,"Vitepress build Problem","2023-08-18T00:04:08Z","https://github.com/vuejs/vitepress/issues/2385",0.68928826,{"description":3108,"labels":3109,"number":1628,"owner":3023,"repository":3024,"state":3025,"title":3111,"updated_at":3112,"url":3113,"score":3114},"**Describe the bug**\r\n\r\nHello, Evan! I'm very excited about this project, was playing around with it, trying to see if our existing vuepress content will work here. Discovered, that having this in `index.md` breaks static build:\r\n```md\r\n# Vitepress build bug\r\n\r\n test: [VuePress](https://vuepress.vuejs.org/)\r\n\r\n## Second header\r\n```\r\n\r\n`vitepress build` result does not display rendered page and shows hydration error in console:\r\n\r\n\r\n\r\nRemoving the link or the second header makes build working again\r\n\r\nAlso displays warnings while building:\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. Build https://github.com/larionov/vitepress-build-bug\r\n```sh\r\ngit clone git@github.com:larionov/vitepress-build-bug.git\r\ncd vitepress-build-bug/\r\nnpm install\r\nnpm run build\r\nnpx serve .vitepress/dist\r\n```\r\n2. Open http://localhost:5000/ in browser.\r\n\r\n**Expected behavior**\r\nI expect to see the contents of index.md on the main page, and no errors in console\r\n\r\n**System Info**\r\n- vitepress version :v0.3.1\r\n- vite version: v0.20.7\r\n- Node version: v12.16.1\r\n- OS version: Linux 5.6.15-arch1-1\r\n",[3110],{"name":3034,"color":3035},"Having a link and second header in index.md breaks `vitepress build`","2023-01-21T16:25:41Z","https://github.com/vuejs/vitepress/issues/24",0.6892891,["Reactive",3116],{},["Set"],["ShallowReactive",3119],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fREJe2YnbY3XVrwpAQcYJxu8Ip2qQOzOOelXRhQX999A":-1},"/vuejs/vitepress/113"]