Point to just the image path to try to resolve the built version of the admin image loading

This commit is contained in:
Gabe Kangas
2021-02-16 10:08:52 -08:00
parent d86acad338
commit e32e8d1bb3
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ export default function EditInstanceDetails() {
onChange={handleFieldChange}
/>
{instanceDetails.logo && (
<img src={`${NEXT_PUBLIC_API_HOST}/logo`} alt="uploaded logo" className="logo-preview" />
<img src={"/logo"} alt="uploaded logo" className="logo-preview" />
)}
<br />