beerday/next.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2022-08-26 08:15:23 +02:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}