Skip to content

Commit b8ca537

Browse files
authored
Merge pull request #21 from KnowWhereGraph/gnis-fix
Remove optimizations
2 parents 9574884 + 644bdf6 commit b8ca537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The stage environment uses the staging deployments SPARQL endpoint. It also redi
2323

2424
### Production Environment
2525

26-
The prod environment uses the production SPARQL endpoint and redirects to the production server.
26+
The production environment is generally used as the `stko` environment. The stko environment uses the production SPARQL endpoint and redirects to the production server.
2727

2828
### Custom
2929

node-browser/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"stko": {
7171
"buildOptimizer": true,
72-
"optimization": true,
72+
"optimization": false,
7373
"extractLicenses": false,
7474
"fileReplacements": [
7575
{

0 commit comments

Comments
 (0)