From c9a97fe9d2d83c7b6e395bea1071562cfb39538a Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 4 Jun 2026 21:51:30 +0200 Subject: [PATCH] =?UTF-8?q?feat(etapes):=20r=C3=A9f=C3=A9rencement=20de=20?= =?UTF-8?q?/etapes=20dans=20le=20sitemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.py b/src/app.py index ad75f04..9ae0e0f 100644 --- a/src/app.py +++ b/src/app.py @@ -75,6 +75,7 @@ def sitemap(): "/observatoire", "/tableau", "/a-propos", + "/etapes", ] xml = '\n' xml += '\n'