davestewart / nuxt-content-assets

Enable locally-located assets in Nuxt Content

Home Page:https://npmjs.com/package/nuxt-content-assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic content via API.

shareable-vision opened this issue · comments

commented

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.