fix: Add static files back into mount config

This commit is contained in:
Thomas A. Christensen II 2023-03-18 21:23:46 -05:00
parent acda78c6d0
commit 1909072f55
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -12,6 +12,10 @@ motto = ""
[module]
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "assets/graphics"
target = "assets/graphics"