Skip to content

Commit ecae615

Browse files
authored
Update config.toml
1 parent 675fc2f commit ecae615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ external_links_no_referrer = true
5151
juice_logo_name = "bootc"
5252
juice_logo_path = "logo.png"
5353
juice_extra_menu = [
54-
{ title = "About", link = "/about", external = false },
54+
{ title = "About", link = "about", external = false },
5555
{ title = "Docs", link = "https://bootc-dev.github.io/bootc/", external = true },
56-
{ title = "News", link = "/news", external = false },
56+
{ title = "News", link = "news", external = false },
5757
{ title = "GitHub", link = "https://github.com/bootc-dev/bootc", external = true },
5858
]
5959
favicon = "favicon.ico"
6060
meta_title = "Your OS, but Containers!"
6161
meta_description = "bootc builds operating systems using containerization principles"
62-
footer = ""
62+
footer = ""

0 commit comments

Comments
 (0)