Update article page to display the correct media outlet header

Modify the Article page component to dynamically fetch and display the header information of the associated media outlet, including its logo and name, by introducing a new API call to retrieve MediaOutlet data.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uCJPlBt
This commit is contained in:
kimjaehyeon0101
2025-10-15 05:08:23 +00:00
parent 1c7483b12e
commit 1c859e461c
2 changed files with 68 additions and 19 deletions

View File

@ -50,6 +50,10 @@ externalPort = 3000
localPort = 43777
externalPort = 4200
[[ports]]
localPort = 45921
externalPort = 6800
[env]
PORT = "5000"