Sahil Solanki
Results
2
comments of
Sahil Solanki
package.json ``` "scripts": { "dev": "env-cmd ./.env.local next -p 5000", "build:staging": "env-cmd ./.env.staging next build", "build": "env-cmd ./.env.production next build", "start": "NODE_ENV=production node server", "lint": "eslint ./", "lint:fix": "eslint ./...
the same issue happens when I use Link from next and pass route related pros using `as` and `href`.