diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-18 19:56:09 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-18 19:56:09 -0400 |
| commit | 8e7e6915ce3d48b74db97a6bbe11e3ae8e5f95ea (patch) | |
| tree | a9ccdcdc09a41bc2117ddc945d5ddb099ce15c1f /fig-web/src/Fig/Web/Public.hs | |
| parent | f7002eba61e706e9c95b8c150a0cc9d490e21ed8 (diff) | |
web: Add jam_assets
Diffstat (limited to 'fig-web/src/Fig/Web/Public.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Public.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Public.hs b/fig-web/src/Fig/Web/Public.hs index 326ff2d..8263d90 100644 --- a/fig-web/src/Fig/Web/Public.hs +++ b/fig-web/src/Fig/Web/Public.hs @@ -69,7 +69,9 @@ app args = do , ("charsheet", "charsheet-public.html") , ("jam/2026", "jam2026.html") , ("main.js", "main.js") - ] Wai.Static.<|> Wai.Static.hasPrefix "assets" + ] + Wai.Static.<|> Wai.Static.hasPrefix "assets" + Wai.Static.<|> Wai.Static.hasPrefix "jam_assets" , Wai.Static.addBase args.cfg.assetPath ] onGet "/unauthorized" do |
