Update article page to display related media outlet information

Modify article API response to include nested media outlet data and update client-side data fetching in Article.tsx to directly access outlet information from the article data, simplifying the component's data loading logic.

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:22:29 +00:00
parent 1c859e461c
commit 31150e5a34
3 changed files with 7 additions and 11 deletions

View File

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