Deploying Next.js site
After building ouput I have .next/static, directly I point to cloudflare pages
All successful, but in one browser the old site, on other browsers - nothing loads
Build command: pnpm run build
Build output directory : /.next/static
Root directory: /{
"name": "aksueikava",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},