Skip to content

Commit 637ee37

Browse files
authored
Fix image mounting (#4496)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent d0f5c81 commit 637ee37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/_default/module.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ workspace = ''
2727

2828
[[imports.mounts]]
2929
source = "static"
30-
target = "assets"
30+
target = "static"
3131

3232
[[imports.mounts]]
3333
source = "layouts"
@@ -73,7 +73,7 @@ workspace = ''
7373

7474
[[imports.mounts]]
7575
source = "static"
76-
target = "assets"
76+
target = "static"
7777

7878
[[imports.mounts]]
7979
source = "layouts"
@@ -111,7 +111,7 @@ workspace = ''
111111

112112
[[imports.mounts]]
113113
source = "static"
114-
target = "assets"
114+
target = "static"
115115

116116
[[imports.mounts]]
117117
source = "layouts"

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ errorLevel = 'ignore'
173173
highlightBroken = true
174174

175175
[render_hooks.image]
176-
errorLevel = 'warning'
176+
errorLevel = 'ignore'

0 commit comments

Comments
 (0)