\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>",[2905],{"name":2906,"color":2907},"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.71198505,{"description":2915,"labels":2916,"number":2918,"owner":2875,"repository":2875,"state":2909,"title":2919,"updated_at":2920,"url":2921,"score":2922},"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>",[2917],{"name":2906,"color":2907},2864,"Content not rendered","2023-01-18T16:09:43Z","https://github.com/nuxt/nuxt/issues/2864",0.7179663,{"labels":2924,"number":2927,"owner":2875,"repository":2875,"state":2909,"title":2928,"updated_at":2929,"url":2930,"score":2931},[2925,2926],{"name":2866,"color":2867},{"name":2906,"color":2907},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.7279904,{"labels":2933,"number":2936,"owner":2875,"repository":2875,"state":2909,"title":2937,"updated_at":2938,"url":2939,"score":2940},[2934,2935],{"name":2866,"color":2867},{"name":2906,"color":2907},8212,"Option to generate route files without \".html\"","2023-02-17T16:58:34Z","https://github.com/nuxt/nuxt/issues/8212",0.7321444,{"description":2942,"labels":2943,"number":2947,"owner":2875,"repository":2875,"state":2909,"title":2948,"updated_at":2949,"url":2950,"score":2951},"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>",[2944,2946],{"name":2894,"color":2945},"cc317c",{"name":2906,"color":2907},749,"Generating pages without client side js added","2023-01-18T15:39:46Z","https://github.com/nuxt/nuxt/issues/749",0.7337569,{"labels":2953,"number":2955,"owner":2875,"repository":2875,"state":2909,"title":2956,"updated_at":2957,"url":2958,"score":2959},[2954],{"name":2906,"color":2907},5714,"Eliminate render-blocking resources","2023-01-18T20:13:02Z","https://github.com/nuxt/nuxt/issues/5714",0.736381,{"labels":2961,"number":2972,"owner":2875,"repository":2875,"state":2909,"title":2973,"updated_at":2974,"url":2975,"score":2976},[2962,2965,2968,2971],{"name":2963,"color":2964},"stale","ffffff",{"name":2966,"color":2967},"workaround available","11376d",{"name":2969,"color":2970},"pending triage","E99695",{"name":2906,"color":2907},7618,"Crawler: Trying to generate redirecting link to PDF as page","2023-01-22T15:36:01Z","https://github.com/nuxt/nuxt/issues/7618",0.73639715,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fG3PpPn_FuTOSV7ugPqrUJp2HfQCDA4YMSPRGHaXmagg":-1},"/nuxt/scripts/175"]