fix: Add static files back into mount config
This commit is contained in:
parent
acda78c6d0
commit
1909072f55
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ motto = ""
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
|
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "static"
|
||||||
|
target = "static"
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "assets/graphics"
|
source = "assets/graphics"
|
||||||
target = "assets/graphics"
|
target = "assets/graphics"
|
||||||
|
|
Loading…
Reference in a new issue