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