Files
next-fiber/next.config.ts
Beyhan Oğur b2825e1698 first commit
2026-04-26 22:14:08 +03:00

8 lines
133 B
TypeScript

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