1
0
Fork 0

chore(dev): Force i18n to English for Netlify delpoy

This commit is contained in:
Joost De Cock 2022-03-29 16:30:14 +02:00
parent db5c2dca9e
commit b040a3a3cc
6 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import 'shared/styles/globals.css'
import { appWithTranslation } from 'next-i18next'
//import { appWithTranslation } from 'next-i18next'
const FreeSewingDev = ({ Component, pageProps }) => <Component {...pageProps} />
export default appWithTranslation(FreeSewingDev)
//export default appWithTranslation(FreeSewingDev)
export default FreeSewingDev