feat: Implement environment-aware AI service URL configuration, update web build settings, refine Docker Compose networking, and improve the installation script.

This commit is contained in:
2026-02-24 10:59:09 -03:00
parent 04dbe05704
commit 34a1f1c77d
8 changed files with 97 additions and 26 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export default function StudentPortfolioPage() {
{profile.badges.length === 0 && (
<div className="text-center py-20 border-2 border-dashed border-white/5 rounded-3xl">
<p className="text-gray-600">This student hasn't collected any badges yet.</p>
<p className="text-gray-600">This student hasn&apos;t collected any badges yet.</p>
</div>
)}
</section>