diff --git a/apps/client/project.json b/apps/client/project.json index 17087307f..0fd3d577c 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -44,6 +44,11 @@ "input": "apps/client/src/assets", "output": "./../" }, + { + "glob": "site.webmanifest", + "input": "apps/client/src/assets", + "output": "./../" + }, { "glob": "**/*", "input": "node_modules/ionicons/dist/ionicons", @@ -58,11 +63,6 @@ "glob": "**/*", "input": "apps/client/src/assets", "output": "./../assets/" - }, - { - "glob": "site.webmanifest", - "input": "apps/client/src/assets", - "output": "./../" } ], "styles": ["apps/client/src/styles.scss"],