Skip to content

Commit 540108d

Browse files
author
Lalith Polepeddi
committed
Update angular.json
1 parent ce25568 commit 540108d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

angular.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
],
3030
"scripts": [],
3131
"server": "src/main.server.ts",
32-
"prerender": true,
32+
"prerender": {
33+
"routesFile": "routes.txt"
34+
},
3335
"ssr": {
3436
"entry": "server.ts"
3537
}
@@ -93,8 +95,14 @@
9395
],
9496
"scripts": []
9597
}
98+
},
99+
"deploy": {
100+
"builder": "angular-cli-ghpages:deploy"
96101
}
97102
}
98103
}
104+
},
105+
"cli": {
106+
"analytics": false
99107
}
100108
}

routes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/
2+
/sites

0 commit comments

Comments
 (0)