We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you give a page an alias, the alias works fine and the page content etc is visible. However, the app header content is removed so it looks empty.
I think it might be related to the shared config being lost somehow
The text was updated successfully, but these errors were encountered:
confirmed the shared config is lost. Investigating further
Sorry, something went wrong.
frameOverrides
CodeModPlugin
page.sharedConfig
page.frameOverrides
sharedConfig
SharedConfigPlugin
The broken part: When the page uses an alias, the SharedConfig middleware won't find the shared config json file.
/mosaic/author/aliases
/mosaic/author/shared-config.json
But this page also provides an alias:
/mosaic/example/aliases
/mosaic/example/shared-config.json
Workaround is to manually ref the shared config in the aliased page frontmatter
sharedConfig: $ref: /mosaic/index#/sharedConfig
No branches or pull requests
When you give a page an alias, the alias works fine and the page content etc is visible. However, the app header content is removed so it looks empty.
I think it might be related to the shared config being lost somehow
The text was updated successfully, but these errors were encountered: