diff --git a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html index 60d2c9edf0f..79bcaffc6b3 100644 --- a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html +++ b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html @@ -9,20 +9,22 @@ + +
- - + + + + - - - +
+ +
- -
- - + - + @@ -112,6 +116,7 @@

Abstract

+
+ diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index b87a5c5e22d..5b741ddbeb9 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -3,7 +3,7 @@ import { BuildConfig } from '../config/build-config.interface'; export const environment: Partial = { production: true, - serverLocation: 'http://localhost:8080/server', + serverLocation: 'https://backend.workshop.deepblue-documents.lib.umich.edu/server', // Angular Universal settings universal: {