Production environment , successful build and deploy. When I click "visit " i see 404 Node.js version 22.x Chrome debugging shows :
https://zork0-kjeo7o9p2-peterclihotmailcoms-projects.vercel.app/ 404 (Not Found)
In Deployment/Source , I don't see client/.next/standalone -is that a problem ?
- vercel build Root directory : 'client'
this is my vercel.json
{ "outputDirectory": "client/.next/standalone", "builds": [ { "src": "client/package.json", "use": "@vercel/next"
},This is my next.config.js
import type { NextConfig } from "next";
const nextConfig: NextConfig = { };export default nextConfig;