From fd256793f165595fdb078d9ab52f06d79e776fdd Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 4 Feb 2024 23:30:32 +0000 Subject: Initial commit from Create Next App --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 next.config.mjs (limited to 'next.config.mjs') diff --git a/next.config.mjs b/next.config.mjs new file mode 100644 index 00000000..4678774e --- /dev/null +++ b/next.config.mjs @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = {}; + +export default nextConfig; -- cgit v1.2.3-70-g09d2