aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-10-27 16:10:10 -0400
committerSebastien Castiel <sebastien@castiel.me>2023-10-27 16:10:10 -0400
commit1fd6e48807d455f66d9cd79db64cbf9e9f947c6c (patch)
tree527c8ee8dd82124f595c04d3a52e197de28097bc /next.config.js
Initial commit from Create Next App
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js
new file mode 100644
index 0000000..767719f
--- /dev/null
+++ b/next.config.js
@@ -0,0 +1,4 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {}
+
+module.exports = nextConfig