\u003C/a>`\r\n\r\nPages folder looks like this:\r\n\r\n```\r\npages\r\n |\r\n our-fleet\r\n |\r\n KVM-23-4.vue\r\n index.vue\r\n```\r\n\r\nAn href of \"KVM-23-4\" works in generated app deployed to Netlify, but gets a 404 in dev.\r\n\r\nAn href \"our-fleet/KVM-23-4\" works in server rendered in dev, but gets a 404 in generated app deployed to Netlify.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2159\">#c2159\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2024],{"name":2025,"color":2026},"2.x","d4c5f9",2485,"closed","Href routing behaving differenty in server rendered vs static generated","2023-01-18T15:55:19Z","https://github.com/nuxt/nuxt/issues/2485",0.70293784,{"description":2034,"labels":2035,"number":2037,"owner":1994,"repository":1994,"state":2028,"title":2038,"updated_at":2039,"url":2040,"score":2041},"Hello,\r\n\r\nI use [markdown-it](https://github.com/nuxt-community/modules/tree/master/packages/markdownit) module to parse `.md` files, with this component to convert internal links :\r\n\r\n```html\r\n\u003Ctemplate>\r\n \u003Cdiv v-html=\"content\">\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\nexport default {\r\n props: ['content'],\r\n mounted() {\r\n this.addListeners()\r\n },\r\n beforeDestroy() {\r\n this.removeListeners()\r\n },\r\n watch: {\r\n 'content': 'contentUpdated'\r\n },\r\n methods: {\r\n navigate(event) {\r\n const href = event.target.getAttribute('href')\r\n if (href && href[0] === '/') {\r\n event.preventDefault()\r\n this.$router.push(href)\r\n }\r\n },\r\n contentUpdated() {\r\n this.removeListeners()\r\n this.$nextTick(() => {\r\n this.addListeners()\r\n })\r\n },\r\n addListeners() {\r\n this._links = this.$el.getElementsByTagName('a')\r\n for (let i = 0; i \u003C this._links.length; i++) {\r\n this._links[i].addEventListener('click', this.navigate, false)\r\n }\r\n },\r\n removeListeners() {\r\n for (let i = 0; i \u003C this._links.length; i++) {\r\n this._links[i].removeEventListener('click', this.navigate, false)\r\n }\r\n this._links = []\r\n }\r\n }\r\n}\r\n\u003C/script>\r\n```\r\n\r\nIt works fine but the content of the `.md` is not html rendered with `nuxt generate`, but instead stored in the js...\r\n\r\nAny idea?\r\n\r\nThanks!\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/c2488\">#c2488\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2036],{"name":2025,"color":2026},2864,"Content not rendered","2023-01-18T16:09:43Z","https://github.com/nuxt/nuxt/issues/2864",0.716127,{"labels":2043,"number":2046,"owner":1994,"repository":1994,"state":2028,"title":2047,"updated_at":2048,"url":2049,"score":2050},[2044,2045],{"name":1985,"color":1986},{"name":2025,"color":2026},8212,"Option to generate route files without \".html\"","2023-02-17T16:58:34Z","https://github.com/nuxt/nuxt/issues/8212",0.72945136,{"labels":2052,"number":2054,"owner":1994,"repository":1994,"state":2028,"title":2055,"updated_at":2056,"url":2057,"score":2058},[2053],{"name":2025,"color":2026},5714,"Eliminate render-blocking resources","2023-01-18T20:13:02Z","https://github.com/nuxt/nuxt/issues/5714",0.729573,{"labels":2060,"number":2063,"owner":1994,"repository":1994,"state":2028,"title":2064,"updated_at":2065,"url":2066,"score":2067},[2061,2062],{"name":1985,"color":1986},{"name":2025,"color":2026},6103,"nuxt-link does not have `.html` suffix when generate static site","2023-01-22T15:50:56Z","https://github.com/nuxt/nuxt/issues/6103",0.7366891,{"description":2069,"labels":2070,"number":2074,"owner":1994,"repository":1994,"state":2028,"title":2075,"updated_at":2076,"url":2077,"score":2078},"Is it possible to generate pages without client side javascript code added (specially the 'window.__NUXT__ = ...' at the end)? I am working on a website where most pages don't have any user interaction, but still use complex server side rendering involving a lot of data. My served html pages get a lot bigger than they should because of the data added at the end in the `__NUXT__` variable.\r\n\r\nI wish there was a flag that would somehow tell nuxtjs that some pages should only use server side rendering. This would also make nuxtjs a nice alternative to jekyll, thanks to the generate command. \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/c642\">#c642\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2071,2073],{"name":2004,"color":2072},"cc317c",{"name":2025,"color":2026},749,"Generating pages without client side js added","2023-01-18T15:39:46Z","https://github.com/nuxt/nuxt/issues/749",0.7386082,{"description":2080,"labels":2081,"number":2084,"owner":1994,"repository":1994,"state":2028,"title":2085,"updated_at":2086,"url":2087,"score":2088},"### What problem does this feature solve?\n\nCurrently having Nuxt served via lambda is not an easy task. Especially to deploy with the awesome zeit.co/now platform it would be great if Nuxt could have a serverless mode similar to NextJS:\nhttps://nextjs.org/blog/next-8/#serverless-nextjs\n\n### What does the proposed changes look like?\n\nIt would be great if a mode:'serverless' would get implemented and all defined routes will have the smallest footprint possible. Currently a NuxtJS bundle is too big and thus slow for cold boot startups\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8644\">#c8644\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2082,2083],{"name":1985,"color":1986},{"name":2025,"color":2026},5011,"Introduce a serverless mode","2023-01-22T16:08:03Z","https://github.com/nuxt/nuxt/issues/5011",0.7420938,["Reactive",2090],{},["Set"],["ShallowReactive",2093],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"G3PpPn_FuTOSV7ugPqrUJp2HfQCDA4YMSPRGHaXmagg":-1},"/nuxt/scripts/175"]