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} */ ({