prevent links prefetch on nuxt-link (#6698)

Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
This commit is contained in:
Alexandre Alves 2022-08-23 10:51:56 +01:00 committed by GitHub
parent 3f8b7c00b9
commit 8d827a1c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -305,8 +305,9 @@ export default function(dir, _appConfig) {
},
router: {
base: routerBasePath,
middleware: ['i18n'],
base: routerBasePath,
middleware: ['i18n'],
prefetchLinks: false
},
alias: {