aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
commit82e7ac75954c973a5c59a02684788c0fb26e14dd (patch)
treea1b09939f30bc4c232e69f980c2a47e48625ee1d /build.zig
parentff323f79e03174e4cdf2a709c095ff83e7ea3669 (diff)
downloadmfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.gz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.bz2
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.xz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.zip
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!)
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig5
1 files changed, 1 insertions, 4 deletions
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",
});