From 1fd6e48807d455f66d9cd79db64cbf9e9f947c6c Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 27 Oct 2023 16:10:10 -0400 Subject: Initial commit from Create Next App --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 next.config.js (limited to 'next.config.js') 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 -- cgit v1.3