From c51fa77b7051f712afd1d80b663687bbb76b80be Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Sat, 9 Nov 2024 14:13:37 +0300 Subject: [PATCH] Change production url to official domain --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cc4ce89..0473023 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -3,12 +3,12 @@ import type { Config } from "@docusaurus/types"; import type * as Preset from "@docusaurus/preset-classic"; const config: Config = { - title: "Re:HLDS", + title: "ReHLDS", tagline: "Refined HLDS with fixes and new features for better performance.", favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://rehlds.github.io", + url: "https://rehlds.dev", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",