5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import {NextConfig} from "next"
|
|
|
|
const nextConfig: NextConfig = {};
|
|
|
|
export default nextConfig;
|