Skip to content

Commit c535221

Browse files
committed
config/module: change mounts loading order
See thuliteio/doks#1356 Signed-off-by: Luca Zeuch <[email protected]>
1 parent c36ca55 commit c535221

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/_default/module.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,27 @@
5454

5555
## layouts
5656
[[mounts]]
57-
source = "node_modules/@thulite/core/layouts"
57+
source = "layouts"
5858
target = "layouts"
5959

6060
[[mounts]]
61-
source = "node_modules/@thulite/seo/layouts"
61+
source = "node_modules/@thulite/doks-core/layouts"
6262
target = "layouts"
6363

6464
[[mounts]]
65-
source = "node_modules/@thulite/images/layouts"
65+
source = "node_modules/@thulite/core/layouts"
6666
target = "layouts"
6767

6868
[[mounts]]
69-
source = "node_modules/@thulite/doks-core/layouts"
69+
source = "node_modules/@thulite/seo/layouts"
7070
target = "layouts"
7171

7272
[[mounts]]
73-
source = "node_modules/@thulite/inline-svg/layouts"
73+
source = "node_modules/@thulite/images/layouts"
7474
target = "layouts"
7575

7676
[[mounts]]
77-
source = "layouts"
77+
source = "node_modules/@thulite/inline-svg/layouts"
7878
target = "layouts"
7979

8080
## static

0 commit comments

Comments
 (0)