Merge pull request #42 from tachiyomiorg/soitora-clean-urls-hotfix

Trailing hotfix for #36
This commit is contained in:
arkon 2019-09-24 08:40:11 -04:00 committed by GitHub
commit 5f85d28577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 240 additions and 79 deletions

308
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,6 @@
"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

@ -17,9 +17,9 @@ module.exports = [
} }
], ],
[ [
'clean-urls' 'clean-urls',
], {
[ normalSuffix: '/'
'dehydrate' }
] ]
]; ];