library/next.config.js

5 lines
88 B
JavaScript
Raw Normal View History

2021-10-30 19:44:32 -04:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
2021-11-16 22:38:00 -05:00
};