Files
nextjs-template/next.config.ts
Muhtadee Taron ac49576b9b initial commit
2025-07-02 21:28:19 +06:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;