We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981578e commit 7e958b8Copy full SHA for 7e958b8
angular.json
@@ -36,7 +36,7 @@
36
"build": {
37
"builder": "@angular-devkit/build-angular:browser",
38
"options": {
39
- "outputPath": "dist/ng-fun-prog",
+ "outputPath": "dist",
40
"index": "src/index.html",
41
"main": "src/main.ts",
42
"polyfills": "src/polyfills.ts",
package.json
@@ -9,7 +9,7 @@
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
"deploy":
12
- "ng build --prod --base-href \"/ng-fun-prog/\" && ngh --no-silent --dir dist/ng-fun-prog"
+ "ng build --prod --base-href \"https://railsstudent.github.io/ng-fun-prog/\" && ngh --no-silent"
13
},
14
"private": true,
15
"dependencies": {
0 commit comments