Files
about-us/next.config.ts
Mohammed Al-yaseen fbd966a3fd Initial commit 🌟
2025-04-06 20:03:35 +03:00

8 lines
133 B
TypeScript

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