Browse Source

Anpassungen an LXD

master
Georg Spar 3 years ago
parent
commit
03c8fe739f
  1. 4
      angular.json
  2. 2
      src/app/shared/db-xchange.service.ts
  3. BIN
      src/favicon-32x32.png
  4. 2
      src/index.html

4
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"

2
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 = "";

BIN
src/favicon-32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

2
src/index.html

@ -5,7 +5,7 @@
<title>Senuma</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon-32x32.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Loading…
Cancel
Save