/
repos
/
khoe
/
6869968042: src/constants.zig
size: 199 B
1
pub const web_path = "_";
2
pub const web_assets_path = web_path ++ "/_khoe-hang";
3
pub const web_readme_path = "readme";
4
pub const web_commits_path = "commits";
5
pub const web_objects_path = "objects";