fixes for deployment

This commit is contained in:
Dan Funk 2024-04-25 09:41:24 -04:00
parent a8e2830429
commit 5638ce67db
2 changed files with 3 additions and 4 deletions

View File

@ -25,8 +25,8 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
## Deployment
You can re-deploy our website if you have permission to contribute to this repository.
```bash
ng build --prod --base-href https://sartography.com/
ngh --dir=dist/sartography-website/ --cname=sartography.com
ng build --configuration production --base-href https://sartography.com/
ngh --dir=dist/sartography-website/ --cname=sartography.com
```
## Further help

View File

@ -45,7 +45,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
@ -138,4 +137,4 @@
"cli": {
"analytics": "1869d19f-20d1-4abb-970d-59b215d98d23"
}
}
}