Skip to content

Site layout broken after upgrade #1371

Answered by h-enk
Backspaze asked this question in Support
Jul 27, 2025 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

I think you've hit a module mounting order issue — I upgraded the Doks site and hit a similar /the same one.

What worked for me, update the layouts part order in config/_default/module.toml

From:

## layouts
[[mounts]]
  source = "node_modules/@thulite/doks-core/layouts"
  target = "layouts"

[[mounts]]
  source = "node_modules/@thulite/core/layouts"
  target = "layouts"

[[mounts]]
  source = "node_modules/@thulite/seo/layouts"
  target = "layouts"

[[mounts]]
  source = "node_modules/@thulite/images/layouts"
  target = "layouts"

[[mounts]]
  source = "node_modules/@thulite/inline-svg/layouts"
  target = "layouts"

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

To:

## layouts
[[m…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Backspaze
Comment options

@h-enk
Comment options

@h-enk
Comment options

@h-enk
Comment options

h-enk Aug 4, 2025
Maintainer

Answer selected by Backspaze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants