mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
chore: change the base href
This commit is contained in:
parent
64972f88c5
commit
03ef3613c9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build:prod": "npm run build -- --prod --aot",
|
||||
"build:demo:prod": "npm run build -- --prod --aot --base-href /ngx-admin/",
|
||||
"build:demo:prod": "npm run build -- --prod --aot --base-href /demo-azure/",
|
||||
"test": "ng test",
|
||||
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
|
||||
"lint": "ng lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue