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'