6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
// next.config.ts
|
|
const nextConfig: NextConfig = {};
|
|
export default nextConfig;
|