diff --git a/docs/HMR_IDNOT_STATE.md b/docs/HMR_IDNOT_STATE.md index 76337bbd..f8d262fa 100644 --- a/docs/HMR_IDNOT_STATE.md +++ b/docs/HMR_IDNOT_STATE.md @@ -37,5 +37,3 @@ Vue d’ensemble - CORS dev3: OPTIONS 204 + en-têtes (A-C-A-Origin = dev4). - `POST /api/v1/idnot/state`: 200 + `state` présent. - Checks publics: `/lecoffre` = 301 → `/lecoffre/`, `/lecoffre/` = 200. - - diff --git a/next.config.js b/next.config.js index b1c576ca..577a83f1 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { output: 'standalone', basePath: '/lecoffre', assetPrefix: '/lecoffre', - trailingSlash: false, + trailingSlash: true, typescript: { ignoreBuildErrors: true, },