Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/moody-falcons-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"doks": patch
---

Fix layouts mounting order
9 changes: 5 additions & 4 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@

## layouts
[[mounts]]
source = "layouts"
target = "layouts"

[[mounts]]
excludeFiles = "home.html"
source = "node_modules/@thulite/doks-core/layouts"
target = "layouts"

Expand All @@ -42,10 +47,6 @@
source = "node_modules/@thulite/inline-svg/layouts"
target = "layouts"

[[mounts]]
source = "layouts"
target = "layouts"

## i18n
[[mounts]]
source = "node_modules/@thulite/doks-core/i18n"
Expand Down