import type { ThemeConfig } from "nextra" const config: ThemeConfig = { logo: My Nextra Documentation, project: { link: 'https://github.com/shuding/nextra' } } export default config;