Skip to content

Commit

Permalink
chore(example-app): make example app hostable with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWolfZ committed Mar 13, 2021
1 parent 9201447 commit 3526182
Show file tree
Hide file tree
Showing 5 changed files with 16,056 additions and 8,092 deletions.
4 changes: 3 additions & 1 deletion example-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
"src/favicon.ico"
"src/favicon.ico",
"src/404.html"
],
"styles": [
"src/styles.scss"
Expand All @@ -42,6 +43,7 @@
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true,
"baseHref": "/ngrx-forms/",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down
Loading

0 comments on commit 3526182

Please sign in to comment.