frontpage/next.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2021-11-30 23:48:54 +01:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}