peer-at-code-web/next.config.js
Nicolas VINCENT 8f4085cd9b update/home-page
ajout d'une description à la page à accueille
2023-02-23 14:12:49 +01:00

14 lines
381 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
<<<<<<< Updated upstream
reactStrictMode: false, // Recommended for the `pages` directory, default in `app`.
=======
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
>>>>>>> Stashed changes
swcMinify: true,
experimental: {
appDir: true
}
};
module.exports = nextConfig;