Skip to content

Commit

Permalink
Fix missing instances of generateMetadata on static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath authored and chanceaclark committed Jul 30, 2024
1 parent 12e2fc2 commit 7575f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import BrandPage from '../page';

export default BrandPage;

export { generateMetadata } from '../page';

const BrandsQuery = graphql(`
query BrandsQuery($first: Int, $entityIds: [Int!]) {
site {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import CategoryPage from '../page';

export default CategoryPage;

export { generateMetadata } from '../page';

const CategoryTreeQuery = graphql(
`
query CategoryTreeQuery($categoryId: Int) {
Expand Down

0 comments on commit 7575f9b

Please sign in to comment.