From 78c36bfb8e7ceea6b0bf50cf8a3d866d3522091f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Mon, 6 Jan 2025 18:55:38 +0100 Subject: [PATCH] trying to remove the home page splash screen --- docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f347ac482f..fb1770f1a8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -237,7 +237,10 @@ const config = { to: '/next/gov/community/contributions', from: '/gov/governance/contributions', }, - + { + to: '/learn/intro/obol-collective', + from: '/', + }, //Redirect from multiple old paths to the new path // { // to: '/docs/newDoc2',