Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit b36b732

Browse files
fix the section-blog-theme install command
1 parent c297a48 commit b36b732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
1111
The Installation of the section theme blog is a lot easier. You can install the section theme blog with the following command.
1212

1313
```bash npm2yarn
14-
npm install nextra section-theme-blog
14+
npm install nextra section-blog-theme
1515
```
1616

1717
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:
2222

2323
```jsx {2-3} copy filename="next.config.js"
2424
const withNextra = require("nextra")({
25-
theme: "section-theme-blog",
25+
theme: "section-blog-theme",
2626
themeConfig: "./theme.config.tsx",
2727
});
2828

0 commit comments

Comments
 (0)