# Cloudflare Pages redirects # No global SPA fallback — multi-page static hosting required for OG previews. # Only add explicit redirects here. # Profile pages — each has its own static HTML shell for correct OG meta tags. # Explicit rewrites ensure Cloudflare Pages serves the right shell on direct # navigation (fixes 404 when hitting /narasha, /elder-maxie, /denise-kennedy directly). /narasha /narasha/index.html 200 /elder-maxie /elder-maxie/index.html 200 /denise-kennedy /denise-kennedy/index.html 200 # Dashboard is owner-only (never shared for OG), so SPA rewrite is safe. /dashboard /index.html 200 /dashboard/* /index.html 200 # Browsers always request /favicon.ico as a fallback even when a # is set. /favicon.ico /logo.svg 302 # Redirect bare domain to www # (handled at DNS/Cloudflare level, but documented here for clarity)