Results 7 comments of Bjørn Nyborg

@nmanumr A bit hacky solution, but it one that work, is to simply change the value of the `` and trigger an input event on it. ```javascript editor.focus(); // Editor...

Also experiencing this problem in this project: https://github.com/enterspeedhq/enterspeed-demo-nuxt3 Works great in dev, but throws a 404 in production: https://enterspeed-demo-nuxt3.netlify.app/sitemap.xml Would be awesome to have this fixed! 😊

@Atinux Thanks for the suggestion, but i don't think i have the insights and skills necessary to make this happen. 🤔

Since it works in develop, i would guess that the problem is something to do with not using the proper hook in nuxt3 production? In my project i have dynamic...

@gregrickaby First of all, found your repo today, and got a lot of inspiration from it - great work! I have a similar private repo in the company where i...

Hey @leerob and @samcx ! Thanks for getting back on this PR. 😊 I have updated the PR now: - Removed unnecessary code comments and auto generated files - I...

@samcx Good catch! Added the `generateStaticParams` to the Catch-All route, returning and empty array to have the ISR functionality enabled. 😊