Skip to content

Commit a69d985

Browse files
authored
Fix production URL (cncf#308)
1 parent 9cc35e9 commit a69d985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: Config = {
1414
'https://www.cncf.io/wp-content/themes/cncf-twenty-two/images/favicon.ico', // TODO: localize?
1515

1616
// Production URL:
17-
url: 'https://techdocs.netlify.app/', // TODO
17+
url: 'https://cncf-techdocs.netlify.app/', // FIXME if/once we get a domain
1818
baseUrl: '/',
1919

2020
// GitHub pages deployment config. TODO: this still useful?

0 commit comments

Comments
 (0)