Refine CMS i18n fallback, refresh UI, add consent minimize, seed i18n content
Co-authored-by: dennis <dennis@konkol.net>
This commit is contained in:
@@ -17,7 +17,9 @@ const nextConfig: NextConfig = {
|
||||
poweredByHeader: false,
|
||||
|
||||
// React Strict Mode
|
||||
reactStrictMode: true,
|
||||
// In dev, React StrictMode double-mount can cause visible animation flicker
|
||||
// (Framer Motion "fade starts, disappears, then pops").
|
||||
reactStrictMode: process.env.NODE_ENV === "production",
|
||||
|
||||
// Disable ESLint during build for Docker
|
||||
eslint: {
|
||||
|
||||
Reference in New Issue
Block a user