← back to Trademarks Copyright

next.config.js

5 lines

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