accords-library.com/next.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2021-11-03 22:46:45 +00:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}