frontpage/next.config.js
2022-06-21 18:47:42 +02:00

5 lines
88 B
JavaScript

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