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
fix(llm-docs): remove versioned .md routes due to Vercel ISR conflict
Versioned .md paths (e.g. /package/nuxt/v/3.16.2.md) conflict with
Vercel's ISR route rules which match /package/:name/v/:version and
intercept the request before middleware can handle it. Keep .md for
latest-only (unscoped and scoped).
0 commit comments