From ca0854f15fad9aee78b1be7fa8bd84fc920c2155 Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Mon, 22 May 2023 01:26:59 +0500 Subject: [PATCH] back config --- docusaurus.config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1057f5d..b69c419 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -95,11 +95,4 @@ const config = { ] }; -// module.exports = config; -module.exports = { - url: 'https://test.akmalov.com', - baseUrl: '/', - organizationName: 'akmalovaa', - projectName: 'akmalov.com', - trailingSlash: false, -}; +module.exports = config;