Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 02:43
· 63 commits to main since this release

   🚀 Features

   🏎 Performance

    ⚠️ Breaking Changes

Client-side site config updates disabled

The updateSiteConfig composable will no longer work client-side. This allows the module to have a significantly smaller performance footprint and avoids hydration errors.

When navigating between pages that change the site config you should do a full page load so that the SSR response will be accurate (i.e switching language or changing domain). If you need to change site config at runtime make sure it happens server-side and early.

    View changes on GitHub