vercel-og-with-tweaks/next.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2022-11-04 23:02:31 +00:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}