Fix Strapi API IPv4 connectivity and update collaborations page layout to render backend content
Description
- Refactored
collaborations.astroto remove hardcoded collaboration content and dynamically render data from the Strapi backend. - Implemented rich-text rendering and structured section parsing for collaboration body content.
- Updated
api.tsto usehttps.Agent({ family: 4 }), ensuring backend requests use IPv4 and preventing local Node.js connectivity timeouts. - Preserved existing page metadata and layout while enabling a fully backend-driven collaborations UI.
Impact
- Improves maintainability by eliminating hardcoded content
- Enables dynamic content updates via Strapi CMS
- Enhances backend reliability for API requests
Edited by Kuruva Laxmi