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