diff --git a/angular.json b/angular.json index c023b3d..69e8d16 100644 --- a/angular.json +++ b/angular.json @@ -23,7 +23,7 @@ "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "assets": [ - "src/favicon.ico", + "src/favicon-32x32.png", "src/assets" ], "styles": [ @@ -53,6 +53,7 @@ "with": "src/environments/environment.prod.ts" } ], + "outputHashing": "all" }, "development": { @@ -75,6 +76,7 @@ "configurations": { "production": { "browserTarget": "senuma:build:production" + }, "development": { "browserTarget": "senuma:build:development" diff --git a/src/app/shared/db-xchange.service.ts b/src/app/shared/db-xchange.service.ts index 14439f5..b7fb68a 100644 --- a/src/app/shared/db-xchange.service.ts +++ b/src/app/shared/db-xchange.service.ts @@ -10,7 +10,7 @@ import { SerienNummer } from '../server-data/server-data.component'; }) export class DbXchangeService { Url: string; - baseUrl = "http://localhost:4200/api/"; + baseUrl = "http://senuma.dedyn.io/api/"; constructor(private http: HttpClient) { this.Url = ""; diff --git a/src/favicon-32x32.png b/src/favicon-32x32.png new file mode 100644 index 0000000..03e5906 Binary files /dev/null and b/src/favicon-32x32.png differ diff --git a/src/index.html b/src/index.html index 6668356..24a8918 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ Senuma - +