Skip to content

Commit

Permalink
revert deletion of url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Dec 20, 2024
1 parent 2441190 commit 8644050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ pub fn build(b: *std.Build) void {
.content_dir_path = "content",
.layouts_dir_path = "layouts",
.assets_dir_path = "assets",
.url_path_prefix = "www",
});
}

0 comments on commit 8644050

Please sign in to comment.