feat: update Hugo version and minimum version requirement to 0.123.0

This commit is contained in:
Jimmy Cai 2024-03-10 19:51:29 +01:00
parent 2f9306502d
commit 8164a6b2d9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.117.0"
HUGO_VERSION = "0.123.8"
HUGO_THEME = "repo"
[context.production]

View File

@ -20,7 +20,7 @@ features = [
"search",
]
min_version = "0.87.0"
min_version = "0.123.0"
[author]
name = "Jimmy Cai"