Skip to content

Commit 16e9a28

Browse files
committed
chore: reverted code
1 parent 251d70b commit 16e9a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/overview/[slug].page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export async function getStaticProps(args: any) { return getStaticMarkdownProps(
1313

1414
export default function StaticMarkdownPage ({ frontmatter, content }: { frontmatter: any, content: any }) {
1515
const newTitle = 'JSON Schema - ' + frontmatter.title
16+
1617
return (
1718
<SectionContext.Provider value={frontmatter.section || null}>
1819
<Head>

0 commit comments

Comments
 (0)