Is it possible to inject custom html outside of nuxt app in spa mode
Example
body
form
#__nuxtMy current work around is after build or generate, add html in every page.
Example use cases, is netlify, which requires a html form to be detected. Since if the form is inside the nuxt app, the form is javascript rendered.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2650">#c2650</a>)</em></sub></div>