Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand All @@ -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',
}),
}
],
Expand Down
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docs.opentdf.io
opentdf.io
Loading