Formatted nextjs config

This commit is contained in:
Dominic Grimm 2022-01-29 16:48:20 +01:00
parent 0e742965cc
commit 72c472585e

View file

@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
};
module.exports = nextConfig
module.exports = nextConfig;