Skip to content

Commit

Permalink
add heading and footer to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Oct 28, 2024
1 parent 0100483 commit dbd7439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/about/[keyword].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ export const getStaticProps = async (context) => {
{
metaTitle: 'Plural',
metaDescription: page.slug,
footerVariant: FooterVariant.none,
hideHeader: true,
footerVariant: FooterVariant.kitchenSink,
components: page.components ?? [],
},
{
Expand Down

0 comments on commit dbd7439

Please sign in to comment.