mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* 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
8 lines
313 B
TypeScript
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.
|