mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 10:23:26 +00:00
Add new docs starter
This commit is contained in:
8
new/next.config.js
Normal file
8
new/next.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import nextra from "nextra";
|
||||
|
||||
const withNextra = nextra({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.tsx'
|
||||
})
|
||||
|
||||
export default withNextra({});
|
Reference in New Issue
Block a user