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

Commit 0d18e5e

Browse files
format the post
1 parent d6a6a81 commit 0d18e5e

File tree

1 file changed

+2
-2
lines changed
  • examples/demo-section-blog/src/pages/tags

1 file changed

+2
-2
lines changed

examples/demo-section-blog/src/pages/tags/[tag].mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
type: tag
33
---
44

5-
import { TagName, TagTitle } from 'section-blog-theme/Tag'
5+
import { TagName, TagTitle } from "section-blog-theme/Tag";
66

77
<TagTitle />
88

99
# Posts Tagged with “<TagName />”
1010

11-
export { getStaticProps, getStaticPaths } from 'section-blog-theme/Tag'
11+
export { getStaticProps, getStaticPaths } from "section-blog-theme/Tag";

0 commit comments

Comments
 (0)