Add docs link to cacheComponents route segment config error message
Update the error message for incompatible route segment configs with
cacheComponents/useCache to include a link to the docs page at
https://nextjs.org/docs/app/getting-started/cache-components#dynamic--force-dynamic
This helps users understand what to do instead of just being told to
'remove it', which could change behavior.
Co-authored-by: Jimmy Lai <hello@jimmyl.ai>