From 256a8cd328da234042a1288d10bcb278f3a34cb4 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 21 Oct 2024 21:11:23 +0200 Subject: [PATCH] update baseurl for new website --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6f2af5d..6b453de 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -12,7 +12,7 @@ const config = { tagline: 'Eclipse Thingwebâ„¢ offers components for making IoT solutions interoperable at scale by leveraging the W3C WoT standards, no matter if improving an existing solution or building a new one', favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', + url: 'https://thingweb.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',