From 82e7ac75954c973a5c59a02684788c0fb26e14dd Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 21 Dec 2024 22:18:18 +0000 Subject: Bump zine 0.3.0 -> 0.8.0 Fix a lot of associated breakage Fix broken rss.xml file as highlighted to me by Matthijs van der Wild (thanks!) --- build.zig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index e755877..e711b8f 100644 --- a/build.zig +++ b/build.zig @@ -6,10 +6,7 @@ pub fn build(b: *std.Build) !void { .layouts_dir_path = "layouts", .content_dir_path = "content", .assets_dir_path = "assets", - .static_assets = &.{ - "static/css/fonts.css", - "static/css/style.css", - }, + .static_assets = &.{}, .host_url = "https://mfashby.net", .title = "mfashby.net", }); -- cgit v1.2.3-ZIG