mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 02:43:28 +00:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
import nextra from "nextra";
|
|
|
|
const withNextra = nextra({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.tsx'
|
|
})
|
|
|
|
export default withNextra({});
|