diff --git a/.gitignore b/.gitignore index e8a3d06..c918b74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. # Compiled output -/dist /tmp /out-tsc /bazel-out +/dist # Node /node_modules diff --git a/angular.json b/angular.json index 5efa987..c6ba19a 100644 --- a/angular.json +++ b/angular.json @@ -13,7 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/vaniaferrari-portfolio", + "outputPath": "docs", "index": "src/index.html", "main": "src/main.ts", "polyfills": [ @@ -35,7 +35,9 @@ ] }, "configurations": { - "production": { + "production": { + "baseHref": "/angularPortfolioVaffer/", + "outputPath": "docs", "budgets": [ { "type": "initial", diff --git a/docs/404.html b/docs/404.html index ca05d9b..fc0ce5a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,11 +3,11 @@