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
From Copilot's automated review on PR #8492:
- layout.tsx: render `<meta property="fb:app_id">` as a property tag
directly in <head> (Next's `metadata.other` only emits name=).
- layout.tsx: restore the RSS autodiscovery <link> and the Algolia
preconnect <link> that lived in the old Pages Router <Head>.
- readMarkdownPage.ts: switch readFileSync -> fs.promises.readFile to
avoid blocking the event loop while compiling MDX.
- package.json: bump @types/node from ^14 to ^20 to match the new
engines.node >=20.9.0.
- buildPageMetadata.ts + renderSectionPage.tsx + learn/blog
generateMetadata: thread the section's routeTree through so we can
re-emit the `algolia-search-order` meta tag on Learn pages and Blog
posts (matches the old <Seo> behavior; Algolia uses it for ordering).
0 commit comments