chore: change the base href

This commit is contained in:
DESKTOP-Q2JDODV\Admin 2021-06-23 19:18:25 +03:00
parent 64972f88c5
commit 03ef3613c9

View file

@ -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",