Skip to content

Commit

Permalink
meta: updated packages (nodejs#6477)
Browse files Browse the repository at this point in the history
* meta: updated packages

* chore: just ensure we are on strict mode always
  • Loading branch information
ovflowd authored Mar 17, 2024
1 parent 5853f1b commit 789e7cd
Show file tree
Hide file tree
Showing 3 changed files with 839 additions and 1,622 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {

/** @type {import('next').NextConfig} */
const nextConfig = {
// Just to ensure that React is always on strict mode
reactStrictMode: true,
// We intentionally disable Next.js's built-in i18n support
// as we dom have our own i18n and internationalisation engine
i18n: null,
Expand Down
Loading

0 comments on commit 789e7cd

Please sign in to comment.