Skip to content

Commit 23ac74f

Browse files
committed
config: update module mounts
1 parent 4ea50c4 commit 23ac74f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/_default/module.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@
1818
source = "node_modules/@hyas/images/layouts"
1919
target = "layouts"
2020

21+
[[mounts]]
22+
source = "node_modules/@hyas/bolt/archetypes"
23+
target = "archetypes"
24+
25+
[[mounts]]
26+
source = "node_modules/@hyas/bolt/assets"
27+
target = "assets"
28+
29+
[[mounts]]
30+
source = "node_modules/@hyas/bolt/content"
31+
target = "content"
32+
33+
[[mounts]]
34+
source = "node_modules/@hyas/bolt/layouts"
35+
target = "layouts"
36+
37+
[[mounts]]
38+
source = "node_modules/@hyas/bolt/static"
39+
target = "static"
40+
2141
[[mounts]]
2242
source = "themes/bolt/archetypes"
2343
target = "archetypes"

0 commit comments

Comments
 (0)