Skip to content

Commit 0ad019c

Browse files
committed
feat(config): switch base_url in prep for publication
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 595c445 commit 0ad019c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#base_url = "https://bootc-dev.github.io"
2-
base_url = "http://localhost"
1+
base_url = "https://bootc-dev.github.io"
2+
#base_url = "http://localhost"
33
theme = "juice"
44
title = "bootc"
55
description = "A tool to build operating systems like we build containers"

0 commit comments

Comments
 (0)