perf: optimize images + robots noindex

This commit is contained in:
Clément SAILLANT
2026-03-20 16:05:11 +01:00
parent 418cc06c17
commit 874224fdbb
+1 -1
View File
@@ -138,7 +138,7 @@ import '@/styles/global.css';
justify-content: center;
text-align: center;
padding: 48px 24px;
background: linear-gradient(rgba(11,10,9,0.85), rgba(11,10,9,0.92)), url('/assets/hero-bg.png') center/cover no-repeat;
background: linear-gradient(rgba(11,10,9,0.85), rgba(11,10,9,0.92)), url('/assets/hero-bg.jpg') center/cover no-repeat;
background-color: var(--bg, #0b0a09);
}