Home

Issue: 446

Middleware ignored during static generation?

[issue link]

I currently have a middleware parsing .md files for the respective route being accessed. This works well in dev mode, however when I run the generate command the pages do not contain the parsed .md data (component data is still there).

Is this intended? If so, is it possible to run middleware during static generation?

This question is available on Nuxt.js community (#c387)