From 2bfab05b494c0228a3e1a31521223e27b443a342 Mon Sep 17 00:00:00 2001 From: mrtoine Date: Mon, 15 Dec 2025 14:44:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20version=20appl?= =?UTF-8?q?icative=20dans=20`VERSION.txt`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devart/sitemap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devart/sitemap.py b/devart/sitemap.py index 05f4a77..83ae446 100644 --- a/devart/sitemap.py +++ b/devart/sitemap.py @@ -26,4 +26,4 @@ class StaticViewSitemap(sitemaps.Sitemap): return ["home"] # Les noms de tes URLs def location(self, item): - return "https://partirdezero.com" \ No newline at end of file + return "" \ No newline at end of file