pull/26459/head^2
Corwin Smith 2 years ago
parent 2ccb3e5bc6
commit f46bdc3e1a
  1. 2
      src/pages/[...slug].tsx

@ -69,7 +69,7 @@ interface Props {
content: string; content: string;
} }
const DocPage: NextPage = ({ frontmatter, content }: Props) => { const DocPage: NextPage<Props> = ({ frontmatter, content }) => {
return ( return (
<> <>
<Heading as='h1'> <Heading as='h1'>

Loading…
Cancel
Save