mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
- Create netlify/functions/raw.ts Netlify Function - Returns text/plain with minimal headers for reliable AI ingestion - Reads from dist/raw/ (production) or public/raw/ (dev/preview) - Update CopyPageDropdown to use /api/raw/:slug for AI services - Keep /raw/:slug.md for View as Markdown browser viewing - Add @netlify/functions dev dependency