aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-03-27 20:24:57 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-03-27 20:24:57 +0000
commit525ade5a6de3837699b5c7e66686c3e5c8b5a1f3 (patch)
tree6dd9526cc46ef71e111ec6acbedff7d9f6114f5c /build.zig
parent0882d48bb1514e75f579dad6539c74c4aeb170cf (diff)
downloadmfashby.net-525ade5a6de3837699b5c7e66686c3e5c8b5a1f3.tar.gz
mfashby.net-525ade5a6de3837699b5c7e66686c3e5c8b5a1f3.tar.bz2
mfashby.net-525ade5a6de3837699b5c7e66686c3e5c8b5a1f3.tar.xz
mfashby.net-525ade5a6de3837699b5c7e66686c3e5c8b5a1f3.zip
Use a fixed version of zine rather than a local checkout
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
+}