Files
next-dj/next.config.ts
Beyhan Oğur e881f38e4e first commit
2026-04-26 22:12:36 +03:00

8 lines
133 B
TypeScript

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