mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
13 lines
272 B
JavaScript
13 lines
272 B
JavaScript
|
export default {
|
||
|
head: {
|
||
|
titleTemplate: '%s - NuxtJS Prefetching'
|
||
|
},
|
||
|
router: {
|
||
|
// To disable prefetching, uncomment the line
|
||
|
// prefetchLinks: false
|
||
|
|
||
|
// Activate prefetched class (default: false)
|
||
|
linkPrefetchedClass: 'nuxt-link-prefetched'
|
||
|
}
|
||
|
}
|