feat: remove HTML extensions from links
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
4
.vuepress/.dir-locals.el
Normal file
4
.vuepress/.dir-locals.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((typescript-mode . ((typescript-indent-level . 2))))
|
||||
@@ -1,4 +1,5 @@
|
||||
import { defineUserConfig, defaultTheme } from 'vuepress';
|
||||
import { removeHtmlExtensionPlugin } from 'vuepress-plugin-remove-html-extension';
|
||||
|
||||
export default defineUserConfig({
|
||||
lang: 'fr-FR',
|
||||
@@ -67,6 +68,7 @@ export default defineUserConfig({
|
||||
linkify: true,
|
||||
typographer: true,
|
||||
},
|
||||
plugins: [removeHtmlExtensionPlugin()],
|
||||
locales: {
|
||||
'/': {
|
||||
lang: 'fr-FR',
|
||||
|
||||
Reference in New Issue
Block a user