pushed
subh05sus/gptmarlon-admin • 5:42 AM - Sep 8, 2026
Fixed an issue where the "Download as PDF" button was returning 404s for newer guides by implementing a new dynamic route at app/guides/pdf/[slug]/route.ts. This route dynamically generates and caches PDFs on-demand for guides authored via MCP, ensuring a seamless download experience. Existing static PDFs remain unaffected, while new guides now automatically support PDF export. 
