beerday/next.config.js
2022-08-26 08:15:23 +02:00

5 lines
87 B
JavaScript

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