Tag: app-router
-
Dynamoc robots is working fine in Developmemnt mode in nextjs but not reflecting changes in Production mode
0 Need to create dynamic robots.txt file using the rewrite and API route handler, that is working fine in dev but returned cached data in Prod mode caching should disable in production mode **package.json ** `{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev –experimental-https", "build": "next build", "start": "next start", "lint":…