From 8863b10cbe2b9d130c30f8a0fa735eaa63a5354d Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Thu, 14 Aug 2025 16:57:25 +0300 Subject: [PATCH] feat: update dns --- website/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index b42bcfb..e0de2ed 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -15,7 +15,7 @@ const config: Config = { }, // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', + url: 'https://cherrypick-di.dev', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',