Fix production URL

Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
Patrice Chalin 2025-03-19 07:48:23 -04:00
parent 9cc35e9316
commit 9528200efb
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?