Skip to content

Commit

Permalink
upd: output page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Salzmann committed May 12, 2024
1 parent 93b118b commit 6386b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ testem.log
.DS_Store
Thumbs.db

.angular
.angular
docs
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 6386b67

Please sign in to comment.