Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Frontend
/
388f7766cc0a29764f05b8b929d3620013c24632
/
.
/
next.config.ts
blob: 1e61e5f5c75cd3f8cb8e1ac2aea54217539e50c3 [
file
] [
log
] [
blame
]
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
=
{
/* config options here */
env
:
{
NEXT_PUBLIC_NGINX_URL
:
"http://localhost:65/"
,
PUBLIC_URL
:
"http://127.0.0.1:4523/m1/6387307-6083949-default"
,
},
};
export
default
nextConfig
;