From 0d54368efc5e91bf1beea8961655fa77f51b3074 Mon Sep 17 00:00:00 2001 From: zwlucas Date: Mon, 31 Mar 2025 20:24:13 -0300 Subject: Initial commit from Create Next App --- next.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 next.config.ts (limited to 'next.config.ts') diff --git a/next.config.ts b/next.config.ts new file mode 100644 index 0000000..e9ffa30 --- /dev/null +++ b/next.config.ts @@ -0,0 +1,7 @@ +import type { NextConfig } from "next"; + +const nextConfig: NextConfig = { + /* config options here */ +}; + +export default nextConfig; -- cgit v1.2.3