Files
librechat.ai/next-env.d.ts
Danny Avila cf7ff45c05 feat: metadata generation for blog, changelog, and docs pages with Open Graph image support (#505)
* feat: enhance metadata generation for blog, changelog, and docs pages with Open Graph image support

- Added support for Open Graph images in blog and changelog metadata, defaulting to specific images if none are provided.
- Updated docs page metadata to include a default Open Graph image for improved social sharing visibility.

* chore: 2026 roadmap title and description for opengraph
2026-02-18 22:03:39 -05:00

8 lines
313 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.