From c0f130a077400a9178bccdac674ee904bdc580a7 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:04:21 +0200 Subject: [PATCH] Remove sitemap.xml (#2201) --- apps/client/project.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/client/project.json b/apps/client/project.json index df369a298..d3ad1c0c5 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -44,11 +44,6 @@ "input": "apps/client/src/assets", "output": "./../" }, - { - "glob": "sitemap.xml", - "input": "apps/client/src/assets", - "output": "./../" - }, { "glob": "site.webmanifest", "input": "apps/client/src/assets",