From 3938e7e3903a9500b705686af7b77ed19e1dcb31 Mon Sep 17 00:00:00 2001 From: Axorax Date: Wed, 22 Jan 2025 16:40:56 +0600 Subject: [PATCH] Fix: Ignore stripping www. as it breaks some links --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 51bc311..4d0b42a 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,7 @@ function fastGit(message = "update") { function runAll() { countLinks("README.md"); countLinks("MOBILE.md"); - formatFiles(); + // formatFiles(); createToC(); categorize(); countLinks("README.md");