Skip to content

Commit

Permalink
Merge pull request #30 from hemilabs/fix-redirect-localized-homepage
Browse files Browse the repository at this point in the history
Fix redirect from localized homepage
  • Loading branch information
gabmontes committed Apr 17, 2024
2 parents f3829b5 + 6b71988 commit 9ecde97
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 9ecde97

Please sign in to comment.