maj banniere prod/dev

This commit is contained in:
2026-05-04 21:30:10 +02:00
parent 1b6d409319
commit 5720661f8d
3 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export async function generateMetadata(): Promise<Metadata> {
};
}
const isDev = process.env.NODE_ENV === 'development';
const isDev = process.env.NEXT_PUBLIC_APP_ENV === 'development';
const devBrandOverride: React.CSSProperties | undefined = isDev ? {
'--color-brand-50': '#fef2f2',
'--color-brand-100': '#fee2e2',