import { SEO_IMG_DEFAULT, DOCS_URL } from "@calcom/lib/constants"; const themeConfig = { github: "https://github.com/calcom/cal.com", docsRepositoryBase: "https://github.com/calcom/cal.com/blob/main/apps/docs/pages", titleSuffix: " | Cal.com", logo:

Cal.com

, head: ( <> ), search: true, prevLinks: true, nextLinks: true, footer: true, footerEditLink: "Edit this page on GitHub", footerText: <>© {new Date().getFullYear()} Cal.com, Inc. All rights reserved., }; export default themeConfig;