{pageProps.title}
- {pageProps.author && ( -{pageProps.author}
{frontmatter.title}
+ {frontmatter.authors && ( +{frontmatter.authors}
{pageProps.description}
+ {frontmatter.description && ( +{frontmatter.description}
)}{pageProps.author}
{frontmatter.authors}
{pageProps.description}
+ {frontmatter.description && ( +{frontmatter.description}
)}