4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / next.config.js JS
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
}

module.exports = nextConfig