chore: update Dockerfile and .dockerignore to clarify environment variable handling and improve build context; adjust Footer component to use dynamic base URL for logo

This commit is contained in:
Alexis
2026-05-13 12:59:47 +02:00
parent cd9ad28a98
commit a3b9082a71
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export default function Footer() {
<span className="text-[10px] font-medium uppercase leading-none tracking-[0.22em] text-ink-tertiary">de Jaén</span>
</div>
<img
src="/uja-logo.png"
src={`${import.meta.env.BASE_URL}uja-logo.png`}
alt="Logo UJA"
className="h-7 w-7 object-contain grayscale opacity-80 transition-all group-hover:grayscale-0 group-hover:opacity-100"
/>