aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.zig b/build.zig
index be8dda0..3544a38 100644
--- a/build.zig
+++ b/build.zig
@@ -6,9 +6,7 @@ pub fn build(b: *std.Build) !void {
.layouts_dir_path = "layouts",
.content_dir_path = "content",
.static_dir_path = "static",
- .site = .{
- .base_url = "https://mfashby.net",
- .title = "mfashby.net",
- },
+ .host_url = "https://mfashby.net",
+ .title = "mfashby.net",
});
-} \ No newline at end of file
+}