diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-17 05:21:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-17 05:21:14 -0500 |
| commit | 2ef36fefc877713c18a073b0792a6a11fb8d265d (patch) | |
| tree | 6e887a9b7913c3dc5d032f9b913775df07cae68f /fig-web/src/Fig/Web/Public.hs | |
| parent | ff02141235d1dbec3492c5a7b49631fe440c4806 (diff) | |
Charsheet
Diffstat (limited to 'fig-web/src/Fig/Web/Public.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Public.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Public.hs b/fig-web/src/Fig/Web/Public.hs index 975a161..4a929e9 100644 --- a/fig-web/src/Fig/Web/Public.hs +++ b/fig-web/src/Fig/Web/Public.hs @@ -66,7 +66,7 @@ app args = do , ("gizmo", "gizmo.html") , ("advent", "advent.html") , ("debt", "debtclock.html") - , ("main.css", "main.css") + , ("charsheet", "charsheet.html") , ("main.js", "main.js") ] Wai.Static.<|> Wai.Static.hasPrefix "assets" , Wai.Static.addBase args.cfg.assetPath |
