From 577077f77c4d47ce6ef725c48c60ce857baa19c0 Mon Sep 17 00:00:00 2001 From: Shy Date: Sat, 20 Dec 2025 14:50:25 -0500 Subject: Fix images --- cgit/cgit.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cgit/cgit.conf') diff --git a/cgit/cgit.conf b/cgit/cgit.conf index 3a1c755..9d35c0f 100644 --- a/cgit/cgit.conf +++ b/cgit/cgit.conf @@ -40,6 +40,14 @@ readme=:install.txt readme=:INSTALL readme=:install +mimetype.gif=image/gif +mimetype.html=text/html +mimetype.jpg=image/jpeg +mimetype.jpeg=image/jpeg +mimetype.pdf=application/pdf +mimetype.png=image/png +mimetype.svg=image/svg+xml + # Default Theme css=/cgit.css logo=/cgit.png -- cgit v1.2.3