You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic routes in Next.js bundle all possible components because the bundler can't know which ones each content page needs. This tool statically analyzes your MDX/TSX content to generate optimized route handlers - one per slug - with minimal, page-specific component imports.