mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 10:42:16 +03:00
Change production url to official domain
This commit is contained in:
parent
6f6909273d
commit
c51fa77b70
@ -3,12 +3,12 @@ import type { Config } from "@docusaurus/types";
|
|||||||
import type * as Preset from "@docusaurus/preset-classic";
|
import type * as Preset from "@docusaurus/preset-classic";
|
||||||
|
|
||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: "Re:HLDS",
|
title: "ReHLDS",
|
||||||
tagline: "Refined HLDS with fixes and new features for better performance.",
|
tagline: "Refined HLDS with fixes and new features for better performance.",
|
||||||
favicon: "img/favicon.ico",
|
favicon: "img/favicon.ico",
|
||||||
|
|
||||||
// Set the production url of your site here
|
// Set the production url of your site here
|
||||||
url: "https://rehlds.github.io",
|
url: "https://rehlds.dev",
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: "/",
|
baseUrl: "/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user