Soulstorm-wiki-frontend/next.config.mjs
2026-08-15 14:46:19 +03:00

6 lines
117 B
JavaScript

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