Skip to content

Commit

Permalink
Fix redirect from localized homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
leanazulyoro committed Apr 17, 2024
1 parent 331f8e8 commit 6b71988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/pages/[locale]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ function HomePage() {
return null
}

export { getStaticProps, getStaticPaths } from '../../utils/staticProps'
export default HomePage

0 comments on commit 6b71988

Please sign in to comment.