6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import {NextConfig} from "next"
|
|
|
|
|
|
const nextConfig: NextConfig = {}
|
|
|
|
export default nextConfig
|