webamp/packages/skin-museum-og/next.config.js
2022-11-11 22:47:46 -08:00

6 lines
120 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;