Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
frontend
/
splitfire-desktop
/
next.config.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
js
7 lines
145 Bytes
Copy permalink
Copy
Raw
1
/** @type {import('next').NextConfig} */
2
const
nextConfig
=
{
3
output
:
'
export
'
,
4
images
:
{
unoptimized
:
true
}
5
};
6
7
module
.
exports
=
nextConfig
;