frontpage/next.config.js

5 lines
88 B
JavaScript
Raw Normal View History

2021-11-30 23:48:54 +01:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
2022-06-21 18:47:42 +02:00
};