From 6386b67cd786ad53393a13d2ee7244e3fb77be0c Mon Sep 17 00:00:00 2001 From: Dennis Salzmann Date: Sun, 12 May 2024 16:42:34 +0200 Subject: [PATCH] upd: output page --- .gitignore | 3 ++- angular.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6700acf..24cb1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ testem.log .DS_Store Thumbs.db -.angular \ No newline at end of file +.angular +docs \ No newline at end of file diff --git a/angular.json b/angular.json index 235de43..6bb676c 100644 --- a/angular.json +++ b/angular.json @@ -41,7 +41,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/portfolio", + "outputPath": "docs", "index": "src/index.html", "main": "src/main.ts", "polyfills": ["zone.js"],