From 3bd3a5119aab1280e0fa68ef3a4e2ea09f19a6cf Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 8 Dec 2021 11:11:03 +0100 Subject: [PATCH] Build: Fixing webapp build --- front/angular.json | 2 +- src/Kyoo.WebApp/Kyoo.WebApp.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/angular.json b/front/angular.json index c977e86a..6ef8265f 100644 --- a/front/angular.json +++ b/front/angular.json @@ -22,7 +22,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/host", + "outputPath": "dist", "index": "projects/host/src/index.html", "main": "projects/host/src/main.ts", "polyfills": "projects/host/src/polyfills.ts", diff --git a/src/Kyoo.WebApp/Kyoo.WebApp.csproj b/src/Kyoo.WebApp/Kyoo.WebApp.csproj index 77ccdf8c..343b7d42 100644 --- a/src/Kyoo.WebApp/Kyoo.WebApp.csproj +++ b/src/Kyoo.WebApp/Kyoo.WebApp.csproj @@ -54,8 +54,8 @@ - - + +