Fix production URL (#308)

This commit is contained in:
Patrice Chalin 2025-03-19 11:32:28 -04:00 committed by GitHub
parent 9cc35e9316
commit a69d9854ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const config: Config = {
'https://www.cncf.io/wp-content/themes/cncf-twenty-two/images/favicon.ico', // TODO: localize?
// Production URL:
url: 'https://techdocs.netlify.app/', // TODO
url: 'https://cncf-techdocs.netlify.app/', // FIXME if/once we get a domain
baseUrl: '/',
// GitHub pages deployment config. TODO: this still useful?