From b9b416933921c11fc24e6933464c87ebee2876e7 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 13 Oct 2025 09:16:58 +0000 Subject: [PATCH] Limit displayed news media to three and enable scrolling Update the news media display to show a maximum of three items, with scrolling functionality for additional content. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aabe2db1-f078-4501-aab5-be145ebc6b9a Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/aabe2db1-f078-4501-aab5-be145ebc6b9a/ETDmxYB --- .replit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.replit b/.replit index 027d7ac..25794b7 100644 --- a/.replit +++ b/.replit @@ -30,6 +30,10 @@ externalPort = 3001 localPort = 38387 externalPort = 3003 +[[ports]] +localPort = 41425 +externalPort = 6000 + [[ports]] localPort = 43349 externalPort = 3000 @@ -38,10 +42,6 @@ externalPort = 3000 localPort = 43777 externalPort = 4200 -[[ports]] -localPort = 44067 -externalPort = 5000 - [env] PORT = "5000"