Files
AGS_IT_Solutions_Website/next.config.js
2022-05-06 17:24:09 +02:00

7 lines
118 B
JavaScript

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