diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 00:46:34 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 00:46:34 -0500 |
| commit | fde5b1d934f41e587281761167360533670d6e49 (patch) | |
| tree | f49a0609029bda09d50c0ffcd546fdaf2d9ec82e /fig-web/src/Fig | |
| parent | cbadd0531a0e78db0118d86ff4104cef234788b3 (diff) | |
Add throwshade
Diffstat (limited to 'fig-web/src/Fig')
| -rw-r--r-- | fig-web/src/Fig/Web/Secure.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Secure.hs b/fig-web/src/Fig/Web/Secure.hs index 2f416da..9aa9cea 100644 --- a/fig-web/src/Fig/Web/Secure.hs +++ b/fig-web/src/Fig/Web/Secure.hs @@ -52,9 +52,12 @@ app cfg cmds = do [ Wai.Static.isNotAbsolute , Wai.Static.only [ ("menu", "menu.html") + , ("throwshade", "throwshade.html") , ("main.css", "main.css") , ("main.js", "main.js") - ] Wai.Static.<|> Wai.Static.hasPrefix "assets" + ] + Wai.Static.<|> Wai.Static.hasPrefix "assets" + Wai.Static.<|> Wai.Static.hasPrefix "newton" , Wai.Static.addBase cfg.assetPath ] Sc.get "/" do |
