Skip to content

Commit 93719c9

Browse files
authored
Update hugo.toml
1 parent 9a9888e commit 93719c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

exampleSite/hugo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ baseURL = "/"
3232
path = "github.com/gethinode/mod-simple-datatables"
3333
[[module.imports]]
3434
path = "github.com/gethinode/mod-utils/v4"
35+
[[module.mounts]]
36+
source = 'assets'
37+
target = 'assets'
38+
[[module.mounts]]
39+
source = 'static'
40+
target = 'assets'
3541

36-
42+

0 commit comments

Comments
 (0)