1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 05:04:21 +00:00

désactivation du prefetch

This commit is contained in:
Maxime Moraine 2020-04-16 12:08:26 +02:00
parent b51057a99a
commit e5af8a1b4a

View file

@ -12,6 +12,9 @@ module.exports = {
['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }],
['meta', { name: 'msapplication-TileColor', content: '#ffffff' }]
],
shouldPrefetch () {
return false
},
plugins: [
[
'@vuepress/blog',