aboutsummaryrefslogtreecommitdiff
path: root/next.config.ts
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
commit4afdb7370dcc8df71c648eb76a7e126cb888e65c (patch)
tree70d90bf64f5efb19997f115ee6d9317005c34473 /next.config.ts
downloadalure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.gz
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.bz2
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.zip
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;