From 3c27df5f82283e5ccbda1fe43add28802c54d159 Mon Sep 17 00:00:00 2001 From: OlegKipchatov Date: Wed, 20 Sep 2023 11:29:53 +0400 Subject: [PATCH] Fix set base href path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 582ceb25..8a51fe0b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --configuration=production --base-href https://olegkipchatov.github.io/ThemeBuilder/ && node ./copyfile.js", + "build": "ng build --configuration=production --base-href https://devexpress.github.io/ThemeBuilder/ && node ./copyfile.js", "lint-fix": "eslint --fix \"src/**/*.ts\"", "lint": "eslint \"src/**/*.ts\"", "test": "npm run lint && npm run build"