Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
81cbba20b47fcb7edd4bdff508243cfa31ab8ce1
/
.
/
examples
/
nextjs
/
next.config.mjs
blob: 3cf2d80e7b0b15cb9419ea07a1fadaea47b5f989 [
file
]
/** @type {import('next').NextConfig} */
const
nextConfig
=
{
reactStrictMode
:
true
,
}
export
default
nextConfig