initial customizations
This commit is contained in:
parent
d799808203
commit
dec820fd01
19 changed files with 14676 additions and 132 deletions
|
@ -14,7 +14,7 @@ export const getStaticProps: GetStaticProps<{
|
|||
return { props: { authorDetails: { mdxSource, frontMatter } } }
|
||||
}
|
||||
|
||||
export default function About({ authorDetails }: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
export default function Band({ authorDetails }: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
const { mdxSource, frontMatter } = authorDetails
|
||||
|
||||
return (
|
|
@ -29,7 +29,7 @@ export default function Blog({
|
|||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
return (
|
||||
<>
|
||||
<PageSEO title={`Blog - ${siteMetadata.author}`} description={siteMetadata.description} />
|
||||
<PageSEO title={`News - ${siteMetadata.author}`} description={siteMetadata.description} />
|
||||
<ListLayout
|
||||
posts={posts}
|
||||
initialDisplayPosts={initialDisplayPosts}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue