4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / next.config.ts TS
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
};

export default nextConfig;