Update build.zig
This commit is contained in:
parent
21abd8f8f1
commit
9e4862dade
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue