chore(dev): Force i18n to English for Netlify delpoy
This commit is contained in:
parent
db5c2dca9e
commit
b040a3a3cc
6 changed files with 9 additions and 8 deletions
|
@ -127,7 +127,7 @@ export default HomePage
|
|||
export async function getStaticProps({ locale }) {
|
||||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale)),
|
||||
...(await serverSideTranslations('en')),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue