fix: build, typecheck, eslint

This commit is contained in:
2026-02-07 10:03:31 +01:00
parent 56b27b26bc
commit b60ba17770
4 changed files with 6 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ export default async function LocaleLayout({
<CMSConnectivityNotice />
{/* Sends pageviews for client-side navigations */}
<AnalyticsProvider websiteId={config.analytics.umami.websiteId} />
<AnalyticsProvider />
</NextIntlClientProvider>
</body>
</html>