next/link Prefetch Issue Demo
Next.js version: 15.5.6
Reproduction steps:
- npm install
- npm run build (output: 'export' is already set in next.config.ts)
- npx serve out
- Visit `/next15`, open Developer Tools and check the console for 404 errors.
- Click the link below to navigate to `/next15/page`, refresh and check if similar errors appears. Please visit this page to compare the two versions.