Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

next.config.mjs

Blame
  • next.config.mjs 92 B
    /** @type {import('next').NextConfig} */
    const nextConfig = {};
    
    export default nextConfig;