diff --git a/build.zig b/build.zig index 872efee..5c283d8 100644 --- a/build.zig +++ b/build.zig @@ -3,7 +3,7 @@ const zine = @import("zine"); pub fn build(b: *std.Build) !void { _ = zine.website(b, .{ - .title = "flow editor", + .title = "Flow Editor", .host_url = "https://flow-editor.dev", .content_dir_path = "content", .layouts_dir_path = "layouts", @@ -12,4 +12,4 @@ pub fn build(b: *std.Build) !void { const install_step = b.addInstallFile(b.path("install"), "install"); b.getInstallStep().dependOn(&install_step.step); -} \ No newline at end of file +}