Fix: Ignore stripping www. as it breaks some links

This commit is contained in:
Axorax
2025-01-22 16:40:56 +06:00
parent 8815ec87dc
commit 3938e7e390

View File

@@ -89,7 +89,7 @@ function fastGit(message = "update") {
function runAll() { function runAll() {
countLinks("README.md"); countLinks("README.md");
countLinks("MOBILE.md"); countLinks("MOBILE.md");
formatFiles(); // formatFiles();
createToC(); createToC();
categorize(); categorize();
countLinks("README.md"); countLinks("README.md");