From f9f3745d6fc18248b931fc9264901b294ce155e5 Mon Sep 17 00:00:00 2001 From: Debian Dev4 Date: Wed, 24 Sep 2025 18:03:16 +0000 Subject: [PATCH] ci: docker_tag=ext chore: rebuild trailingSlash true --- docs/HMR_IDNOT_STATE.md | 2 -- next.config.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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, },