4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / next.config.mjs MJS
/** @type {import('next').NextConfig} */
const nextConfig = {
    output: 'standalone'
};

export default nextConfig;