diff --git a/angular.json b/angular.json index 3e5a7dc..fe73d01 100644 --- a/angular.json +++ b/angular.json @@ -67,6 +67,10 @@ "with": "src/environments/environment.prod.ts" } ], + "index": { + "input": "src/index.prod.html", + "output": "index.html" + }, "optimization": true, "outputHashing": "all", "sourceMap": false, diff --git a/src/index.html b/src/index.html index 189b088..d6af2e1 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ Noded - + diff --git a/src/index.prod.html b/src/index.prod.html new file mode 100644 index 0000000..189b088 --- /dev/null +++ b/src/index.prod.html @@ -0,0 +1,28 @@ + + + + + + Noded + + + + + + + + + + + + + + + + + + + + + +