From 69b96ddf8786da86b873dd636af53d562c4f0e21 Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 17 Nov 2023 19:09:43 +0100 Subject: [PATCH] move plugin config in separate file --- .vuepress/config/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config/plugins.js b/.vuepress/config/plugins.js index c4d4eae87..aa21218d6 100644 --- a/.vuepress/config/plugins.js +++ b/.vuepress/config/plugins.js @@ -14,5 +14,5 @@ export default [ formatter: "Tag: $content", }, ], - }), + }) ] \ No newline at end of file