Skip to content

Instantly share code, notes, and snippets.

@ynechaev
Created March 13, 2021 18:43
Show Gist options
  • Save ynechaev/79bb535ec796ab79372382b01f37b364 to your computer and use it in GitHub Desktop.
Save ynechaev/79bb535ec796ab79372382b01f37b364 to your computer and use it in GitHub Desktop.
Nuxt config file with router module
export default {
buildModules: [
['@nuxtjs/router', { keepDefaultRouter: true }]
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment