From 346877e32601a530708ce838a7fc7f1dfd75b41e Mon Sep 17 00:00:00 2001 From: Yusaku Oka Date: Mon, 22 Dec 2025 17:33:10 +0900 Subject: [PATCH] Update hugo.toml --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 4a6258b4..be792b46 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,5 +1,5 @@ defaultContentLanguage = 'ja' -baseURL = 'https://oracle-japan.github.io/ocitutorials/' +baseURL = 'https://yskoka.github.io/tutorialtest7' # languageCode = 'ja' title = 'OCIチュートリアル' theme = "hugo-geekdoc"