diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 4 |
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; |
