#how to use a static logo?

1 messages · Page 1 of 1 (latest)

stark fern
#

I am trying to learn Payload, and I am unsure how to get this static image to be presented. I just started the project and the only changes are adding the public/images/logo.svg folder and changing the page.tsx to display it. Any help is appreciated.

stark fern
#

Not sure if its the most optimal way, but I got it to work by doing import logo from '../../../../public/images/logo.svg'