nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When in buildModules, redirect does not work

nickelnext opened this issue · comments

Do you plan on making redirect-module compatible with buildModules in nuxt.config.js?

If put in that part of the config file, the redirect module does not work.

Although in production, when building with nuxt build --standalone, it would be better to have the module working from buildModules.

Can you make this happen?

Thanks

For Nuxt 2, this is not possible because the redirects are triggered on runtime and cannot be "calculated" beforehand 🙈