mirror of
https://github.com/DerTyp7/local-analyzer-angular.git
synced 2025-10-29 04:42:13 +01:00
add base href
This commit is contained in:
@@ -6,4 +6,4 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
|
|||||||
|
|
||||||
## Development server
|
## Development server
|
||||||
|
|
||||||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
|
Run `ng serve --serve-path /local-analyzer-angular/` for a dev server. Navigate to `http://localhost:4200/local-analyzer-angular`. The application will automatically reload if you change any of the source files.
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
|
"baseHref": "/local-analyzer-angular/",
|
||||||
"outputPath": "dist/local-analyzer",
|
"outputPath": "dist/local-analyzer",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
|
|||||||
@@ -37,11 +37,11 @@ h5 {
|
|||||||
|
|
||||||
.pta-circle-true {
|
.pta-circle-true {
|
||||||
border-color: rgb(76, 231, 140);
|
border-color: rgb(76, 231, 140);
|
||||||
background-image: url("../../assets/images/tick.svg");
|
background-image: url("/local-analyzer-angular/assets/images/tick.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.pta-circle-false {
|
.pta-circle-false {
|
||||||
border-color: rgb(209, 39, 39);
|
border-color: rgb(209, 39, 39);
|
||||||
background-image: url("../../assets/images/cross.svg");
|
background-image: url("/local-analyzer-angular/assets/images/cross.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user