From 42c64714c7c1e9b25118481d95221faba1ff27a4 Mon Sep 17 00:00:00 2001 From: PixieDust <111846546+PizieDust@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:53:23 +0100 Subject: [PATCH] Update unikernel.ml Co-authored-by: Hannes Mehnert --- unikernel.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unikernel.ml b/unikernel.ml index 382c0e48..32b12373 100644 --- a/unikernel.ml +++ b/unikernel.ml @@ -354,7 +354,7 @@ module Main (R : Mirage_random.S) (P : Mirage_clock.PCLOCK) (M : Mirage_clock.MC | "/images/molly_bird.jpeg" -> Lwt.return (reply ~content_type:"image/jpeg" imgs.molly_img) | "/images/robur.png" -> - Lwt.return (reply imgs.robur_img) + Lwt.return (reply ~content_type:"image/png" imgs.robur_img) | "/style.css" -> Lwt.return (reply ~content_type:"text/css" css_file) | "/sign-up" ->