mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
désactivation du prefetch
This commit is contained in:
parent
b51057a99a
commit
e5af8a1b4a
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ module.exports = {
|
||||||
['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }],
|
['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }],
|
||||||
['meta', { name: 'msapplication-TileColor', content: '#ffffff' }]
|
['meta', { name: 'msapplication-TileColor', content: '#ffffff' }]
|
||||||
],
|
],
|
||||||
|
shouldPrefetch () {
|
||||||
|
return false
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
'@vuepress/blog',
|
'@vuepress/blog',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue