From 32616b777621d4ea1f31bd7b918d96b642f790ff Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Thu, 23 Oct 2025 11:44:27 -0400 Subject: [PATCH] Fix image mounting Signed-off-by: Ian Maddaus --- config/_default/module.toml | 6 +++--- config/_default/params.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/module.toml b/config/_default/module.toml index 25670e891..50fdd3d3c 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -27,7 +27,7 @@ workspace = '' [[imports.mounts]] source = "static" - target = "assets" + target = "static" [[imports.mounts]] source = "layouts" @@ -73,7 +73,7 @@ workspace = '' [[imports.mounts]] source = "static" - target = "assets" + target = "static" [[imports.mounts]] source = "layouts" @@ -111,7 +111,7 @@ workspace = '' [[imports.mounts]] source = "static" - target = "assets" + target = "static" [[imports.mounts]] source = "layouts" diff --git a/config/_default/params.toml b/config/_default/params.toml index f1d08e50c..aeb8c466b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -173,4 +173,4 @@ errorLevel = 'ignore' highlightBroken = true [render_hooks.image] -errorLevel = 'warning' +errorLevel = 'ignore'