diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-09-17 16:12:18 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-09-17 16:12:18 -0400 |
commit | c5547dc1ba827a4256fbe1ed08bda61f8c660815 (patch) | |
tree | 389800c6ed478923eacf422a7e2fc4d73bd01e45 /next.config.ts |
Initial commit from Create Next App
Diffstat (limited to 'next.config.ts')
-rw-r--r-- | next.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
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; |