From 4afdb7370dcc8df71c648eb76a7e126cb888e65c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 29 May 2025 21:33:44 -0400 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