This Next.js project fetches news articles and displays them on the /news page.
Create a .env.local file or add variables in your deployment environment.
NEWS_API_URL– backend endpoint used by/api/news.GEMINI_API_KEY– API key for the summarization helper.GAPPS_FEED_URL– Google Apps Script endpoint providing JSON for the/newspage. Ensure this variable is also configured in Vercel’s Environment Variables.