Skip to content

Commit

Permalink
update doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jul 27, 2024
1 parent 3191d53 commit 80df08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const std = @import("std");
const zine = @import("zine");
pub fn build(b: *std.Build) !void {
try zine.addWebsite(b, .{
zine.website(b, .{
.title = "Sample Website",
.host_url = "https://sample.com",
.content_dir_path = "content",
Expand Down

0 comments on commit 80df08e

Please sign in to comment.