Skip to content

Commit

Permalink
add robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Aug 8, 2024
1 parent 82ed2d3 commit 8e69524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
4 changes: 3 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub fn build(b: *std.Build) !void {
.layouts_dir_path = "layouts",
.content_dir_path = "content",
.assets_dir_path = "assets",
.static_assets = &.{},
.static_assets = &.{
"robots.txt",
},
});
}

0 comments on commit 8e69524

Please sign in to comment.