Files
docs/new/theme.config.tsx
2024-01-12 17:26:05 +01:00

11 lines
208 B
TypeScript

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