Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Frontend
/
ee7c57748397320e78b02272f7792f815a965c9f
/
.
/
next.config.ts
blob: 0b3cd6b1b7f0e8ac8edc7172e05bd0adea4feb57 [
file
] [
log
] [
blame
]
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
=
{
/* config options here */
env
:
{
NEXT_PUBLIC_NGINX_URL
:
"http://localhost:65/"
,
},
};
export
default
nextConfig
;