Skip to content

Commit cb9992e

Browse files
committed
fix: update host URL format in zine configuration
1 parent 2236390 commit cb9992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zine.ziggy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Site {
22
.title = "Zig cookbook",
3-
.host_url = "https://cookbook.ziglang.cc/",
3+
.host_url = "https://cookbook.ziglang.cc",
44
.content_dir_path = "src",
55
.layouts_dir_path = "layouts",
66
.assets_dir_path = "assets",

0 commit comments

Comments
 (0)