We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5298969 commit ac72a0eCopy full SHA for ac72a0e
src/pages/_app.tsx
@@ -34,7 +34,6 @@ const App = ({ Component, pageProps }: AppPropsWithLayout) => {
34
return (
35
<NextIntlClientProvider
36
locale={(router.query.locale as string) || DEFAULT_LOCALE}
37
- timeZone="Europe/Vienna" // TODO: get from locale?
38
messages={pageProps.messages || {}}
39
onError={() => {
40
// Suppress errors by default, enable if needed to debug
0 commit comments