mirror of
https://github.com/logos-storage/metrics.git
synced 2026-02-17 19:53:12 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
};
|
|
|
|
export default nextConfig;
|