Files
daedalOS/next.config.js

4 lines
49 B
JavaScript
Raw Normal View History

2021-01-02 22:18:36 -08:00
module.exports = {
reactStrictMode: true
};