From 94e935146c69847b853d636e08361622891d7c57 Mon Sep 17 00:00:00 2001 From: t-utsunom Date: Mon, 8 Dec 2025 08:11:44 +0000 Subject: [PATCH] modify 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 f3c7c492..8017237c 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,5 +1,5 @@ defaultContentLanguage = 'ja' -baseURL = 'https://github.com/t-utsunom/test_tutorial/' +baseURL = 'https://t-utsunom.github.io/test_tutorial/' # languageCode = 'ja' title = 'OCIチュートリアル' theme = "hugo-geekdoc"