From 57d4b5b5407ab3b4194892a10734f5bd1e118a7b Mon Sep 17 00:00:00 2001 From: Fabien POLLY Date: Thu, 22 Jan 2026 22:54:40 +0100 Subject: [PATCH] fix --- config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index b5cd75a..832b697 100644 --- a/config.js +++ b/config.js @@ -4,9 +4,9 @@ */ const CONFIG = { // Project Information - projectName: "ACIDWIKI", - projectSubtitle: "WIKI NODE", - description: "Official Documentation and Wiki Template", + projectName: "BJORN", + projectSubtitle: "BJORN WIKI", + description: "Official Documentation and Wiki for BJORN Cyber Viking", // Versioning Settings // type: "github" (automatic from API) or "local" (manual) @@ -18,7 +18,7 @@ const CONFIG = { // GitHub Repository (for version checking when type is "github") // Format: "username/repo" - repo: "infinition/Bjorn", + repo: "Bjorn/Bjorn", branch: "wiki", // Theme Settings @@ -66,7 +66,7 @@ const CONFIG = { }, // Footer Customization - footerText: "© 2026 ACIDWIKI - All rights reserved", + footerText: "© 2026 BJORN WIKI - All rights reserved", // UI Strings (Custom labels for the interface) ui: { @@ -103,7 +103,7 @@ const CONFIG = { // Badge Labels (Optional customization for shields.io) badges: { discordLabel: "COMMUNITY", - redditLabel: "r/ACIDWIKI", - githubLabel: "ACIDWIKI" + redditLabel: "r/BJORN", + githubLabel: "BJORN WIKI" } };