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

Commit dfdd937

Browse files
update the docs
1 parent 3337fbf commit dfdd937

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/src/pages/docs/page-configuration.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,16 @@ Show posts related to a tags page.
131131

132132
```markdown {2} filename="tags/[slug].mdx"
133133
---
134-
type : tag
134+
type: tag
135135
---
136+
137+
import { TagName, TagTitle } from "section-blog-theme/Tag";
138+
139+
<TagTitle />
140+
141+
# Posts Tagged with “<TagName />”
142+
143+
export { getStaticProps, getStaticPaths } from "section-blog-theme/Tag";
136144
```
137145
## 404
138146
Create 404 error page in blog.

0 commit comments

Comments
 (0)