From f1811e23c8133c7a8edac3fe3f0adc576820612d Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Wed, 22 Oct 2025 20:41:19 -0400 Subject: [PATCH] Fix missing images Signed-off-by: Ian Maddaus --- config/_default/module.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/module.toml b/config/_default/module.toml index 68892e1f4..25670e891 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -260,7 +260,7 @@ workspace = '' [[imports.mounts]] source = "static" - target = "assets" + target = "static" [[imports.mounts]] source = "layouts"