From f46bdc3e1a4eac36a0d3d7e96782475b34bf0980 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Sun, 13 Nov 2022 22:33:52 -0700 Subject: [PATCH] test --- src/pages/[...slug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[...slug].tsx b/src/pages/[...slug].tsx index 2605cfcc09..cdef4c5f86 100644 --- a/src/pages/[...slug].tsx +++ b/src/pages/[...slug].tsx @@ -69,7 +69,7 @@ interface Props { content: string; } -const DocPage: NextPage = ({ frontmatter, content }: Props) => { +const DocPage: NextPage = ({ frontmatter, content }) => { return ( <>