fix page title and url
This commit is contained in:
parent
dd436fec23
commit
ee02dcc859
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ const zine = @import("zine");
|
|||
|
||||
pub fn build(b: *std.Build) !void {
|
||||
_ = zine.website(b, .{
|
||||
.title = "Flow Editor",
|
||||
.host_url = "https://flow-editor.dev",
|
||||
.title = "Flow Control: a progammer's text editor",
|
||||
.host_url = "https://flow-control.dev",
|
||||
.content_dir_path = "content",
|
||||
.layouts_dir_path = "layouts",
|
||||
.assets_dir_path = "assets",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue