From 5b5f2cf85ed14362d49b8313e99bd9e880bfa009 Mon Sep 17 00:00:00 2001
From: Ilya Zhukov <i.zhukov@fz-juelich.de>
Date: Tue, 8 Oct 2024 14:54:51 +0200
Subject: [PATCH] Update docusaurus.config.ts

---
 docusaurus.config.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 3898f01c..d8cae183 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -6,7 +6,6 @@ const branchName = process.env.CI_COMMIT_REF_NAME || 'main'; // Default to 'main
 const branchSuffix = branchName.match(/^instances\/(.*)$/)?.[1] || 'main';
 const url = branchName === 'main' ? '/intro2sc-handson' :`/intro2sc-handson/${branchSuffix}/`; // Adjust as needed
 
-
 const config: Config = {
   title: 'Introduction to Supercomputing at JSC',
   tagline: 'Hands-On',
-- 
GitLab