From c0310cc82506a2ea9cfa27f23884f7cce8bdbf4f Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Tue, 21 Jan 2025 12:15:52 -0600 Subject: [PATCH] feat: migrate to opentdf.io --- docusaurus.config.ts | 4 ++-- static/CNAME | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d42358f..493a7e6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -18,7 +18,7 @@ const config: Config = { favicon: 'img/OpenTDF-Logo.png', // Set the production url of your site here - url: 'https://docs.opentdf.io', + url: 'https://opentdf.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', @@ -39,7 +39,7 @@ const config: Config = { '@type': 'Organization', name: 'OpenTDF', url: 'https://opentdf.io', - logo: 'https://docs.opentdf.io/img/opentdf-social.png', + logo: 'https://opentdf.io/img/opentdf-social.png', }), } ], diff --git a/static/CNAME b/static/CNAME index 0bdfd76..80a6b0e 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -docs.opentdf.io \ No newline at end of file +opentdf.io