Created
March 13, 2021 18:43
-
-
Save ynechaev/79bb535ec796ab79372382b01f37b364 to your computer and use it in GitHub Desktop.
Nuxt config file with router module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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