Improve assets

This commit is contained in:
Akira Tempaku 2025-05-24 12:01:37 +09:00
commit 8edf81608f
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 17 additions and 18 deletions

View file

@ -21,8 +21,7 @@
app
:debug (string= (website-env) "dev"))))
(install-middleware app *trim-trailing-slash*)
(static-path app "/img/" "static/img/")
(static-path app "/style/" "static/style/")
(static-path app "/assets/" "assets/")
(configure app)))
*app*