Added "dehydrate" to (hopefully) fix problems

This commit is contained in:
Simon Mattila 2019-09-24 14:05:45 +02:00
parent 07fd376f21
commit da14d297fe
3 changed files with 78 additions and 236 deletions

308
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,7 @@
"lodash.groupby": "^4.6.0", "lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0", "lodash.sortby": "^4.7.0",
"vuepress-plugin-clean-urls": "^1.0.3", "vuepress-plugin-clean-urls": "^1.0.3",
"vuepress-plugin-container": "^2.0.2" "vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-dehydrate": "^1.0.3"
} }
} }

View File

@ -18,5 +18,8 @@ module.exports = [
], ],
[ [
'clean-urls' 'clean-urls'
],
[
'dehydrate'
] ]
]; ];