From f6347ba1a0ed36a7a6ac627666e70ef52000036f Mon Sep 17 00:00:00 2001 From: lerte smith Date: Thu, 11 Apr 2024 19:08:05 +0800 Subject: [PATCH] :book:docs update production url --- apps/docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index ff36e69..1c89b97 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -8,7 +8,7 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://your-docusaurus-site.example.com", + url: "https://zroker.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",