aboutsummaryrefslogtreecommitdiff
path: root/next.config.ts
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2025-09-17 16:12:18 -0400
committersotech117 <michael_foiani@brown.edu>2025-09-17 16:12:18 -0400
commitc5547dc1ba827a4256fbe1ed08bda61f8c660815 (patch)
tree389800c6ed478923eacf422a7e2fc4d73bd01e45 /next.config.ts
Initial commit from Create Next App
Diffstat (limited to 'next.config.ts')
-rw-r--r--next.config.ts7
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;