export default {
github: "https://github.com/shuding/nextra",
docsRepositoryBase: "https://github.com/shuding/nextra/blob/master",
titleSuffix: " – Nextra",
logo: (
<>
Nextra
The Next.js Static Site Generator
>
),
head: (
<>
>
),
search: true,
prevLinks: true,
nextLinks: true,
footer: true,
footerEditLink: "Edit this page on GitHub",
footerText: <>MIT {new Date().getFullYear()} © Nextra.>,
unstable_faviconGlyph: "👋"
};