Some checks failed
Build & Deploy Mintel Blog / build-and-deploy (push) Failing after 1m26s
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
output: 'standalone',
|
|
};
|
|
|
|
export default nextConfig;
|