Update configuration for publish on ticinosoundmap.supsi.ch
This commit is contained in:
parent
1cafce23fb
commit
912d1feb3a
@ -12,6 +12,7 @@
|
|||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist",
|
"outputPath": "dist",
|
||||||
|
"deployUrl":"/wp-content/themes/chiasso-theme/",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"tsConfig": "src/tsconfig.app.json",
|
"tsConfig": "src/tsconfig.app.json",
|
||||||
@ -129,4 +130,4 @@
|
|||||||
"prefix": "app"
|
"prefix": "app"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3109
package-lock.json
generated
3109
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -28,9 +28,9 @@
|
|||||||
"zone.js": "^0.8.26"
|
"zone.js": "^0.8.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.11.0",
|
"@angular-devkit/build-angular": "^0.13.7",
|
||||||
"@angular/cli": "7.1.3",
|
"@angular/cli": "7.1.3",
|
||||||
"@angular/compiler-cli": "7.1.3",
|
"@angular/compiler-cli": "^7.2.11",
|
||||||
"@angular/language-service": "7.1.3",
|
"@angular/language-service": "7.1.3",
|
||||||
"@types/jasmine": "~2.8.3",
|
"@types/jasmine": "~2.8.3",
|
||||||
"@types/jasminewd2": "~2.0.2",
|
"@types/jasminewd2": "~2.0.2",
|
||||||
|
@ -6,7 +6,7 @@ import {PageItem} from './page';
|
|||||||
@Injectable()
|
@Injectable()
|
||||||
export class WordpressService {
|
export class WordpressService {
|
||||||
|
|
||||||
apiUrl : string = "https://ticino.soinumapa.net/wp-json/wp/v2"
|
apiUrl : string = "http://ticinosoundmap.supsi.ch/wp-json/wp/v2"
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private http:HttpClient,
|
private http:HttpClient,
|
||||||
|
Loading…
Reference in New Issue
Block a user