ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

typo

+1 -1
+1 -1
lib/server/Server.ml
··· 43 43 | ".woff2" -> "font/woff2" 44 44 | _ -> assert false) 45 45 46 - (* Routes that don depend on a forest*) 46 + (* Routes that don't depend on a forest*) 47 47 let static_handler ~env : Router.static -> Cohttp_eio.Server.response = 48 48 fun route -> 49 49 let load_file f = EP.(load (theme_dir ~env / f)) in