diff options
author | hitlerrip <git@hitler.rip> | 2025-08-05 20:06:28 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-08-05 20:06:28 +0200 |
commit | 95723db443b1c18f8d50b1dc92a13784b854d124 (patch) | |
tree | a3402b0af85dd762ce1826b853d1ddb55474e4c4 | |
parent | 76c2cea73b96cc12e60ec63bfdc69cc56363725a (diff) | |
download | website-95723db443b1c18f8d50b1dc92a13784b854d124.tar.gz website-95723db443b1c18f8d50b1dc92a13784b854d124.tar.bz2 website-95723db443b1c18f8d50b1dc92a13784b854d124.zip |
fix typo
removed trailing `/` from clone-prefix in cgitrc
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | run.sh | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -38,6 +38,4 @@ custom directories are not supported yet. you will have to manually edit the bui - 404 page - cgit: styling - cgit: how to download snapshots? -- cgit: description and owner *(will this work?)* -- cgit: about - database, php, npm for clicker game @@ -242,7 +242,7 @@ enable-log-linecount=1 branch-sort=age enable-git-config=1 enable-http-clone=1 -clone-prefix=https://git.hitler.rip/ +clone-prefix=https://git.hitler.rip mimetype.gif=image/gif mimetype.html=text/html |