From 37be1fbba14c4d0ea51e8f565ff378725e551196 Mon Sep 17 00:00:00 2001 From: Panos Matsinopoulos Date: Wed, 28 Jan 2026 15:37:14 +0200 Subject: [PATCH] Use docs.talentprotocol.com instead of docs2.talentprotocol.com --- docusaurus.config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b6c5227..19acf50 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,7 +43,7 @@ const config = { }, // Set the production url of your site here - url: "https://docs2.talentprotocol.com", + url: "https://docs.talentprotocol.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", @@ -78,7 +78,9 @@ const config = { return { plugins: [ new webpack.DefinePlugin({ - 'process.env.TALENT_PROTOCOL_API_KEY': JSON.stringify(process.env.TALENT_PROTOCOL_API_KEY || ''), + "process.env.TALENT_PROTOCOL_API_KEY": JSON.stringify( + process.env.TALENT_PROTOCOL_API_KEY || "", + ), }), ], }; @@ -197,7 +199,6 @@ const config = { "@docusaurus/theme-search-algolia", ], - themeConfig: /** @type {import('@docusaurus/types').ThemeConfig} */ ({