Update build.zig

This commit is contained in:
plyght 2025-02-10 13:34:30 -05:00 committed by GitHub
parent 21abd8f8f1
commit 9e4862dade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",