From 9e4862dade2a6e0ed0bc8890c08992f32f3709e4 Mon Sep 17 00:00:00 2001 From: plyght Date: Mon, 10 Feb 2025 13:34:30 -0500 Subject: [PATCH] Update build.zig --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}