From c19ca72f25afe0a831f8bbc94ae7bc1adc613206 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:16:30 +0200 Subject: [PATCH] Remove sitemap.xml --- 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",