Ideally what I want is for the application to build once and dynamically serve content changes.
Proposal
Content-Assets provides all assets via the /public folder, which is prepared at build time, if I understand correctly. Additionally a dynamic development mode and an optional, dynamic production mode could be supported by serving assets via an Nitro API.
I am willing to roll up my sleeves and experiment and will get back with you soon.
Background
Ideally what I want is for the application to build once and dynamically serve content changes.
Proposal
Content-Assets provides all assets via the
/public
folder, which is prepared at build time, if I understand correctly. Additionally a dynamic development mode and an optional, dynamic production mode could be supported by serving assets via an Nitro API.I am willing to roll up my sleeves and experiment and will get back with you soon.