From 2ca1dc97f07e670b1a8ccce840674adf2a577299 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 17 Oct 2024 16:23:05 +0800 Subject: [PATCH] Update production url --- docusaurus.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3cd7ab6..94bb936 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,7 +8,8 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://resources.06222001.xyz", + url: "https://blog.06222001.xyz", + // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",