njam/nuxt-i18n-module

Generate dynamic routes

stophecom opened this issue · 1 comments

The dynamic routes that have to be generated defined in nuxt.config.js are being ignored by the module.

//nuxt.config.js
  generate: {
    routes: ['/foo/1', '/foo/2']
  },
njam commented

It's fixed.