\n- \u003Chttps://nuxt.com/docs/3.x/>\n\n### Reproduction\n\n**Example 1:**\n\n1. Got to \u003Chttps://nuxt.com/docs/4.x/guide/concepts/rendering#client-side-rendering>\n2. Scroll to the alert containing the link [Read more in SPA Loading Template.](https://nuxt.com/docs/api/configuration/nuxt-config#spaloadingtemplate)\n3. Click the link.\n4. Navigation to correct page, but the anchor is being removed.\n\n- Link href is: https://nuxt.com/docs/api/configuration/nuxt-config#spaloadingtemplate\n- Navigation to: https://nuxt.com/docs/4.x/api/nuxt-config\n- Expected: https://nuxt.com/docs/4.x/api/nuxt-config#spaloadingtemplate\n\n\n**Example 2:**\n\n1. Go to \u003Chttps://nuxt.com/docs/4.x/getting-started/configuration>\n2. Try any of the links containing `Read more in Docs > API > Configuration > Nuxt Config`\n3. It navigates always to \u003Chttps://nuxt.com/docs/4.x/api/nuxt-config> instead of the anchor.\n\n\n**Example 3: (actually a separate BUG, but related and maybe same fix)**\n\n1. Go to \u003Chttps://nuxt.com/docs/3.x/getting-started/configuration>\n2. Try any of the links containing `Read more in Docs > API > Configuration > Nuxt Config`\n3. It navigates always to Nuxt 4 docs \u003Chttps://nuxt.com/docs/4.x/api/nuxt-config> instead of Nuxt 3 docs and the anchor. \n\n### Describe the bug\n\nIt seems to be the case for all links to the API > Configuration.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3145],{"name":3146,"color":3147},"pending triage","E99695",32802,"nuxt","open","Docs contain multiple broken anchor links","2025-07-29T08:25:28Z","https://github.com/nuxt/nuxt/issues/32802",0.7198228,{"description":3156,"labels":3157,"number":3161,"owner":3149,"repository":3149,"state":3150,"title":3162,"updated_at":3163,"url":3164,"score":3165},"### Describe the feature\n\nTo build a project and run it properly with `bun run .output/server/index.mjs`, one has to either set the nitro preset to `bun` with `NITRO_PRESET=bun` or modify the nitro config in nuxt config:\r\n\r\n```js\r\nexport default defineNuxtConfig({\r\n devtools: { enabled: true },\r\n nitro: {\r\n preset: 'bun',\r\n }\r\n})\r\n```\r\n\r\nHowever, this is not well documented in the [Deployment](https://nuxt.com/docs/getting-started/deployment) section, which may introduce some confusion e.g. https://github.com/oven-sh/bun/issues/7142.\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3158],{"name":3159,"color":3160},"documentation","5319e7",25802,"Improve deployment documentation for bun runtime","2024-06-30T11:05:45Z","https://github.com/nuxt/nuxt/issues/25802",0.727154,{"description":3167,"labels":3168,"number":3173,"owner":3149,"repository":3149,"state":3150,"title":3174,"updated_at":3175,"url":3176,"score":3177},"fix: https://github.com/nuxt/nuxt/issues/14444\r\n\r\nrelated: https://github.com/nuxt/nuxt/pull/21588\r\n\r\n### Describe the feature\r\n\r\nThe docs should goes more into details/extend on the following : \r\n\r\n- how to configure vite (no vite.config, using nuxt.config, using hooks)\r\n- but also how to configure the pre-render, difference between static/generate etc\r\n- Document that `nuxi generate` is an alias of `nuxi build --prerender` (https://github.com/nuxt/nuxt/pull/21860)\r\n- link to relevant upstream docs for builder/tools etc \r\n\r\n\r\n```[tasklist]\r\n### Tasks\r\n- [ ] Add `Build` as a sub-section of deployment\r\n- [ ] Refactor Static Hosting into a general Static section, with Nitro and provider information\r\n- [ ] Replace all instances of `nuxi generate` with `nuxi build --prerender` \r\n```\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3169,3170],{"name":3159,"color":3160},{"name":3171,"color":3172},"discussion","538de2",21594,"[Documentation Request] More information about build, static and generate","2024-06-30T11:08:34Z","https://github.com/nuxt/nuxt/issues/21594",0.7279992,{"description":3179,"labels":3180,"number":3185,"owner":3149,"repository":3149,"state":3186,"title":3187,"updated_at":3188,"url":3189,"score":3190},"### Describe the feature\n\nhttps://nuxt.com/deploy\r\n\r\nDo you have any plans to update the deployment guidelines for nuxt3 on different hosting platforms recently?\r\nFor example, git page, netlify, vercel, and so on.\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3181,3184],{"name":3182,"color":3183},"3.x","29bc7f",{"name":3146,"color":3147},25295,"closed","[docs] Deployment Guide","2024-01-18T16:49:18Z","https://github.com/nuxt/nuxt/issues/25295",0.6868942,{"description":3192,"labels":3193,"number":3199,"owner":3149,"repository":3149,"state":3186,"title":3200,"updated_at":3201,"url":3202,"score":3203},"Similar to the [GitHub Pages](https://nuxt.com/deploy/github-pages) guide, one for [Gitlab Pages](https://docs.gitlab.com/ee/user/project/pages/) would be nice for newcomers.",[3194,3195,3198],{"name":3159,"color":3160},{"name":3196,"color":3197},"good first issue","fbca04",{"name":3182,"color":3183},26599,"📚Docs: Gitlab Pages deployment guide","2024-05-22T12:26:54Z","https://github.com/nuxt/nuxt/issues/26599",0.71121156,{"description":3205,"labels":3206,"number":3210,"owner":3149,"repository":3149,"state":3186,"title":3211,"updated_at":3212,"url":3213,"score":3214},"Nuxt deployment, resulting in page 404, how to achieve the correct static deployment?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2226\">#c2226\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3207],{"name":3208,"color":3209},"2.x","d4c5f9",2560,"Nuxt deployment, resulting in page 404, how to achieve the correct static deployment?","2023-01-18T16:02:22Z","https://github.com/nuxt/nuxt/issues/2560",0.71215516,{"description":3216,"labels":3217,"number":3219,"owner":3149,"repository":3149,"state":3186,"title":3220,"updated_at":3221,"url":3222,"score":3223},"A few days ago, zeit now has been upgraded to version 2.0, so deploy (https://nuxtjs.org/faq/now-deployment/) has stopped working. It is not clear from the Zeit documentation what needs to be done.\r\n\r\nDoes anyone know how to deploy on version 2?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8134\">#c8134\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3218],{"name":3208,"color":3209},4328,"Deploy to Zeit Now v2.0","2023-01-18T20:04:04Z","https://github.com/nuxt/nuxt/issues/4328",0.7196189,{"description":3225,"labels":3226,"number":3230,"owner":3149,"repository":3231,"state":3186,"title":3232,"updated_at":3233,"url":3234,"score":3235},"https://nuxt.com/docs/community/changelog",[3227],{"name":3228,"color":3229},"enhancement","1ad6ff",1218,"nuxt.com","add release notes and changelog","2023-10-10T14:45:09Z","https://github.com/nuxt/nuxt.com/issues/1218",0.71963227,{"description":3237,"labels":3238,"number":3244,"owner":3149,"repository":3149,"state":3186,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### Environment\n\nhttps://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox/?file=/nuxt.config.ts\r\n\n\n### Reproduction\n\nOpen code sandbox from documentation listed as example of https://nuxt.com/docs/guide/concepts/vuejs-development\r\n\r\ngo to nuxt.config comment link and see broken link\n\n### Describe the bug\n\nThe link provided in the comments of nuxt.congif is wrong and should be updated to `https://nuxt.com/docs/guide/directory-structure/nuxt.config`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3239,3240,3241],{"name":3196,"color":3197},{"name":3182,"color":3183},{"name":3242,"color":3243},"🧹 p1-chore","FEF2C0",12477,"Update Nuxt documentation link in code sandbox","2023-01-19T16:06:26Z","https://github.com/nuxt/nuxt/issues/12477",0.72288734,{"description":3250,"labels":3251,"number":3253,"owner":3149,"repository":3149,"state":3186,"title":3254,"updated_at":3255,"url":3256,"score":3257},"Reference to the deploy guide: https://nuxtjs.org/faq/nginx-proxy, I can deploy my nuxt app with a reverse proxy, and every nuxt app need an unique port to start the server and an unique domain. In my company, I have many small projects need the ssr to suit the SEO demand, the deploy progress is somewhat troublesome, In there any way to deploy multi project easier?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7092\">#c7092\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3252],{"name":3208,"color":3209},3348,"In there any way to deploy multi project easier","2023-01-18T16:24:00Z","https://github.com/nuxt/nuxt/issues/3348",0.72659147,["Reactive",3259],{},["Set"],["ShallowReactive",3262],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRNKROjJu2AGU5lSdGYpQOndpHaF4Wx8ihHmsIoaOMlg":-1},"/nuxt/nuxt.com/2018"]