Big cache file for yaml in nuxt/content module
When I tried to serve hundreds of yaml files in a static build using nuxt content, I found that it created a very big
.output/public/cache.XXXXX.json
file.
Unlike a markdown file, where only the frontmatter is indexed, having all fields cached and growing to several megabytes is not the desired effect.
Is there any way to prevent certain fields from being cached?
BTW, the tag has no content
.0 Replies