Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
www
/
ef060ebd6ca4fca7e6f6294d092638807ce3cd1f
/
.
/
next.config.mjs
blob: b940887b43b2770716ec84dc224afa21dbeaec03 [
file
] [
log
] [
blame
]
/** @type {import('next').NextConfig} */
const
nextConfig
=
{
images
:
{
unoptimized
:
true
,
},
reactStrictMode
:
true
,
trailingSlash
:
false
,
};
export
default
nextConfig
;