codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
28 stars 25 forks source link

PASS Logo in Navbar not showing in Production #406

Closed leekahung closed 12 months ago

leekahung commented 12 months ago

Bug Title: PASS Logo in Navbar not showing in Production


Bug Description:

The production build for PASS is not showing the static asset of the PASS logo. It's likely due to the image not being sourced properly with Vite.


Expected Behavior:

To show the PASS Logo


Screenshots (If applicable):

Screen Shot 2023-09-11 at 1 12 07 (2)


Possible Solution (optional):

Going to try a solution involving the creation of a public directory where we can store assets for production. (see The public directory section of https://vitejs.dev/guide/assets.html#new-url-url-import-meta-url)

leekahung commented 12 months ago

Issue resolved with PR #407 merged into Development. (See fix in production build: https://passsmartwallet-967e217a2652.herokuapp.com/)

Will be implemented into Master with PR #397. Closing issue.