### Smoke tests - local.lecoffreio.4nkweb (HTTP) - **/lecoffre/**: doit répondre 200 (pas de redirection HTTPS) - **/_next/** et **/lecoffre/_next/**: assets servis, codes 200/304 - **favicon**: `http://local.lecoffreio.4nkweb:3000/favicon.ico` répond 200 si présent Commandes de vérification: ```bash curl -I -H "Host: local.lecoffreio.4nkweb" http://127.0.0.1:3000/lecoffre/ curl -I -H "Host: local.lecoffreio.4nkweb" http://127.0.0.1:3000/lecoffre/_next/static/chunks/main.js ```