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