Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Frontend
/
a82dfe99f3b9e271c9aaa485115df16295fef599
/
.
/
next.config.ts
blob: e9ffa3083ad279ecf95fd8eae59cb253e9a539c4 [
file
] [
log
] [
blame
]
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
=
{
/* config options here */
};
export
default
nextConfig
;