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