mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
d9c646f3cd
This reverts commit 668a0c32fe.
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import type { NextConfig } from "next"
|
|
|
|
const nextConfig: NextConfig = {
|
|
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "/origin",
|
|
}
|
|
|
|
export default nextConfig
|