starlight-obsidian 0.4.7 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -124,6 +124,7 @@ export default function starlightObsidianPlugin(userConfig: StarlightObsidianUse
124
124
  }
125
125
 
126
126
  const updatedStarlightConfig: Partial<StarlightUserConfig> = {
127
+ components: starlightConfig.components,
127
128
  customCss,
128
129
  sidebar: getSidebarFromConfig(config, starlightConfig.sidebar),
129
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starlight-obsidian",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "license": "MIT",
5
5
  "description": "Starlight plugin to publish Obsidian vaults.",
6
6
  "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",