Files
Open-Assistant/website/next.config.js
T
2022-12-13 21:37:52 +09:00

7 lines
120 B
JavaScript

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