From 012f62eae9768140bbd9c90a6c7a1d968100480f Mon Sep 17 00:00:00 2001 From: Jess Chitas <36636982+jessicachitas@users.noreply.github.com> Date: Tue, 20 May 2025 10:18:45 +0100 Subject: [PATCH] add new URL to config Signed-off-by: Jess Chitas <36636982+jessicachitas@users.noreply.github.com> --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 9e3779b..5cb9c15 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,7 +25,7 @@ const config = { // Set the production url of your site here //url: "https://kproche.github.io/", // url: "https://jessicachitas.github.io/", - url: "https://llm-d.github.io/", + url: "https://llm-d.ai/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",