aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.mjs
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-04 23:30:32 +0000
committerMohamedBassem <me@mbassem.com>2024-02-04 23:30:32 +0000
commitfd256793f165595fdb078d9ab52f06d79e776fdd (patch)
tree62c61f5d3da0a64b564d02bd42fd1038c5512e19 /next.config.mjs
downloadkarakeep-fd256793f165595fdb078d9ab52f06d79e776fdd.tar.zst
Initial commit from Create Next App
Diffstat (limited to 'next.config.mjs')
-rw-r--r--next.config.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs
new file mode 100644
index 00000000..4678774e
--- /dev/null
+++ b/next.config.mjs
@@ -0,0 +1,4 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {};
+
+export default nextConfig;