@unterberg/nivel 0.1.5 → 0.1.7

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.
package/README.md CHANGED
@@ -136,7 +136,6 @@ const config: Config = {
136
136
  title: docsConfig.siteTitle,
137
137
  description: docsConfig.siteDescription ?? `${docsConfig.siteTitle} documentation`,
138
138
  htmlAttributes: { 'data-theme': dataTheme },
139
- passToClient: ['docs'],
140
139
  prerender: true,
141
140
  }
142
141
  ```