feat: remove HTML extensions from links

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
2023-02-01 00:48:09 +01:00
parent 7ec6405cc2
commit 24344152c7
4 changed files with 167 additions and 7 deletions

View File

@@ -13,5 +13,8 @@
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
}
}