chore: fix all linting issues and optimize components
Some checks failed
Some checks failed
This commit is contained in:
@@ -78,7 +78,7 @@ export default async function LocaleLayout({
|
||||
|
||||
// Track initial server-side pageview
|
||||
serverServices.analytics.trackPageview();
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// Falls back to noop or client-side only during static generation
|
||||
if (process.env.NODE_ENV !== 'production' || !process.env.CI) {
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user