You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/pages/docs/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
11
11
The Installation of the section theme blog is a lot easier. You can install the section theme blog with the following command.
12
12
13
13
```bash npm2yarn
14
-
npm install nextra section-theme-blog
14
+
npm install nextra section-blog-theme
15
15
```
16
16
17
17
Section blog theme work with [Nextra](https://nextra.site/) and [MDX](https://mdxjs.com/). Currently Nextra does not work with the nextjs app directory.
@@ -22,7 +22,7 @@ Create the following `next.config.js` file in your project’s root directory:
0 commit comments