From 1c4b2847fa777209852fd128d3a02a39b58eee01 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Wed, 12 Jul 2023 10:48:10 -0700 Subject: [PATCH] fix: update domain url --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e418a7a8..0c59d45b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,7 +11,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://doc.expresso-ts.com', //'https://expressots.github.io/', + url: 'https://www.expresso-ts.com', //'https://expressots.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',