Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 14, 2024
1 parent bb36a77 commit 432c965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function App({ Component, pageProps, router }) {
};

return (
<I18nProvider i18n={i18n} /* Pass the i18n options to the i18n provider */>
// <I18nProvider i18n={i18n} /* Pass the i18n options to the i18n provider */>
<AppContext.Provider value={{ path: router.asPath }}>
<Head>
<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand All @@ -52,7 +52,7 @@ function App({ Component, pageProps, router }) {
</AlgoliaSearch>
</MDXProvider>
</AppContext.Provider>
</I18nProvider>
// </I18nProvider>
)
}

Expand Down

0 comments on commit 432c965

Please sign in to comment.